Show / Hide Table of Contents

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.

Inheritance
object
CloudDbSystemDiscoveryConnector
CloudDbSystemDiscoveryMacsConnector
Inherited Members
CloudDbSystemDiscoveryConnector.DisplayName
CloudDbSystemDiscoveryConnector.ConnectionStatus
CloudDbSystemDiscoveryConnector.ConnectionFailureMessage
CloudDbSystemDiscoveryConnector.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 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
In this article
Back to top