Show / Hide Table of Contents

Class EnableExternalDatabaseManagementDetails

Detail to enable or disable database management.

Inheritance
object
EnableExternalDatabaseManagementDetails
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 EnableExternalDatabaseManagementDetails

Properties

ConnectorId

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

OCID of External MySQL Database connector.

Remarks

Required

In this article
Back to top