Show / Hide Table of Contents

Class ExternalConnectorDetails

The details of the external database connector used to connect to the external database.

Inheritance
object
ConnectorDetails
ExternalConnectorDetails
Inherited Members
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 ExternalConnectorDetails : ConnectorDetails

Properties

DatabaseConnectorId

Declaration
[Required(ErrorMessage = "DatabaseConnectorId is required.")]
[JsonProperty(PropertyName = "databaseConnectorId")]
public string DatabaseConnectorId { get; set; }
Property Value
Type Description
string

The OCID of the external database connector.

Remarks

Required

In this article
Back to top