Show / Hide Table of Contents

Class UpdateExternalMySqlDatabaseConnectorDetails

Details required for updating an external MySQL database connector.

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

Properties

CompartmentId

Declaration
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

OCID of compartment for the External MySQL Database.

ConnectorDetails

Declaration
[Required(ErrorMessage = "ConnectorDetails is required.")]
[JsonProperty(PropertyName = "connectorDetails")]
public UpdateMySqlDatabaseConnectorDetails ConnectorDetails { get; set; }
Property Value
Type Description
UpdateMySqlDatabaseConnectorDetails
Remarks

Required

In this article
Back to top