Class CloudDbSystemDiscoveryMacsConnector
The details of a cloud DB system connector that uses the Management Agent Cloud Service (MACS) to connect to a cloud DB system component.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class CloudDbSystemDiscoveryMacsConnector : CloudDbSystemDiscoveryConnector
Properties
AgentId
Declaration
[Required(ErrorMessage = "AgentId is required.")]
[JsonProperty(PropertyName = "agentId")]
public string AgentId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the management agent used for the cloud DB system connector. |
Remarks
Required
ConnectionInfo
Declaration
[JsonProperty(PropertyName = "connectionInfo")]
public CloudDbSystemConnectionInfo ConnectionInfo { get; set; }
Property Value
Type | Description |
---|---|
CloudDbSystemConnectionInfo |