CreateExternalMySqlDatabaseConnectorDetails¶
-
class
oci.database_management.models.
CreateExternalMySqlDatabaseConnectorDetails
(**kwargs)¶ Bases:
object
Details for creating an external database connector.
Methods
__init__
(**kwargs)Initializes a new CreateExternalMySqlDatabaseConnectorDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this CreateExternalMySqlDatabaseConnectorDetails. connector_details
[Required] Gets the connector_details of this CreateExternalMySqlDatabaseConnectorDetails. -
__init__
(**kwargs)¶ Initializes a new CreateExternalMySqlDatabaseConnectorDetails 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 CreateExternalMySqlDatabaseConnectorDetails.
- connector_details (oci.database_management.models.CreateMySqlDatabaseConnectorDetails) – The value to assign to the connector_details property of this CreateExternalMySqlDatabaseConnectorDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreateExternalMySqlDatabaseConnectorDetails. OCID of compartment for the External MySQL Database.
Returns: The compartment_id of this CreateExternalMySqlDatabaseConnectorDetails. Return type: str
-
connector_details
¶ [Required] Gets the connector_details of this CreateExternalMySqlDatabaseConnectorDetails.
Returns: The connector_details of this CreateExternalMySqlDatabaseConnectorDetails. Return type: oci.database_management.models.CreateMySqlDatabaseConnectorDetails
-