UpdateExternalMySqlDatabaseConnectorDetails

class oci.database_management.models.UpdateExternalMySqlDatabaseConnectorDetails(**kwargs)

Bases: object

Details required for updating an external MySQL database connector.

Methods

__init__(**kwargs) Initializes a new UpdateExternalMySqlDatabaseConnectorDetails object with values from keyword arguments.

Attributes

compartment_id Gets the compartment_id of this UpdateExternalMySqlDatabaseConnectorDetails.
connector_details [Required] Gets the connector_details of this UpdateExternalMySqlDatabaseConnectorDetails.
__init__(**kwargs)

Initializes a new UpdateExternalMySqlDatabaseConnectorDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
compartment_id

Gets the compartment_id of this UpdateExternalMySqlDatabaseConnectorDetails. OCID of compartment for the External MySQL Database.

Returns:The compartment_id of this UpdateExternalMySqlDatabaseConnectorDetails.
Return type:str
connector_details

[Required] Gets the connector_details of this UpdateExternalMySqlDatabaseConnectorDetails.

Returns:The connector_details of this UpdateExternalMySqlDatabaseConnectorDetails.
Return type:oci.database_management.models.UpdateMySqlDatabaseConnectorDetails