Class MacsManagedCloudHostConfigurationSummary
Configuration Summary of a Macs Managed Cloud host.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class MacsManagedCloudHostConfigurationSummary : HostConfigurationSummary
Properties
ComputeId
Declaration
[Required(ErrorMessage = "ComputeId is required.")]
[JsonProperty(PropertyName = "computeId")]
public string ComputeId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the Compute Instance |
Remarks
Required
ConnectorId
Declaration
[JsonProperty(PropertyName = "connectorId")]
public string ConnectorId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of External Database Connector |
ManagementAgentId
Declaration
[Required(ErrorMessage = "ManagementAgentId is required.")]
[JsonProperty(PropertyName = "managementAgentId")]
public string ManagementAgentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the Management Agent |
Remarks
Required