Show / Hide Table of Contents

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.

Inheritance
object
ExternalDbSystemDiscoveryConnector
ExternalDbSystemDiscoveryMacsConnector
Inherited Members
ExternalDbSystemDiscoveryConnector.DisplayName
ExternalDbSystemDiscoveryConnector.ConnectionStatus
ExternalDbSystemDiscoveryConnector.ConnectionFailureMessage
ExternalDbSystemDiscoveryConnector.TimeConnectionStatusLastUpdated
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top