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 (str) – The value to assign to the compartment_id property of this UpdateExternalMySqlDatabaseConnectorDetails.
- connector_details (oci.database_management.models.UpdateMySqlDatabaseConnectorDetails) – The value to assign to the connector_details property of this UpdateExternalMySqlDatabaseConnectorDetails.
-
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
-