Class MacsManagedExternalHostConfigurationSummary
Configuration Summary of a Macs Managed External host.
Inherited Members
Namespace: Oci.OpsiService.Models
Assembly: OCI.DotNetSDK.Opsi.dll
Syntax
public class MacsManagedExternalHostConfigurationSummary : HostConfigurationSummary
Properties
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