EnableExternalDatabaseManagementDetails¶
-
class
oci.database_management.models.
EnableExternalDatabaseManagementDetails
(**kwargs)¶ Bases:
object
Detail to enable or disable database management.
Methods
__init__
(**kwargs)Initializes a new EnableExternalDatabaseManagementDetails object with values from keyword arguments. Attributes
connector_id
[Required] Gets the connector_id of this EnableExternalDatabaseManagementDetails. -
__init__
(**kwargs)¶ Initializes a new EnableExternalDatabaseManagementDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: connector_id (str) – The value to assign to the connector_id property of this EnableExternalDatabaseManagementDetails.
-
connector_id
¶ [Required] Gets the connector_id of this EnableExternalDatabaseManagementDetails. OCID of External MySQL Database connector.
Returns: The connector_id of this EnableExternalDatabaseManagementDetails. Return type: str
-