Class ExternalDbSystemDiscoveryMacsConnector
The details of an external DB system connector that uses the Management Agent Cloud Service (MACS) to connect to an external DB system component.
Inherited Members
Namespace: Oci.DatabasemanagementService.Models
Assembly: OCI.DotNetSDK.Databasemanagement.dll
Syntax
public class ExternalDbSystemDiscoveryMacsConnector : ExternalDbSystemDiscoveryConnector
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 external DB system connector. |
Remarks
Required
ConnectionInfo
Declaration
[JsonProperty(PropertyName = "connectionInfo")]
public ExternalDbSystemConnectionInfo ConnectionInfo { get; set; }
Property Value
Type | Description |
---|---|
ExternalDbSystemConnectionInfo |