Class UpdateExternalMySqlDatabaseConnectorDetails
Details required for updating an external MySQL database connector.
Inherited Members
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