ManagedMySqlDatabaseSummary¶
-
class
oci.database_management.models.
ManagedMySqlDatabaseSummary
(**kwargs)¶ Bases:
object
The details of the Managed MySQL Database.
Methods
__init__
(**kwargs)Initializes a new ManagedMySqlDatabaseSummary object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this ManagedMySqlDatabaseSummary. db_name
[Required] Gets the db_name of this ManagedMySqlDatabaseSummary. db_version
[Required] Gets the db_version of this ManagedMySqlDatabaseSummary. id
[Required] Gets the id of this ManagedMySqlDatabaseSummary. name
[Required] Gets the name of this ManagedMySqlDatabaseSummary. time_created
[Required] Gets the time_created of this ManagedMySqlDatabaseSummary. -
__init__
(**kwargs)¶ Initializes a new ManagedMySqlDatabaseSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this ManagedMySqlDatabaseSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this ManagedMySqlDatabaseSummary.
- db_name (str) – The value to assign to the db_name property of this ManagedMySqlDatabaseSummary.
- db_version (str) – The value to assign to the db_version property of this ManagedMySqlDatabaseSummary.
- time_created (datetime) – The value to assign to the time_created property of this ManagedMySqlDatabaseSummary.
- name (str) – The value to assign to the name property of this ManagedMySqlDatabaseSummary.
-
compartment_id
¶ [Required] Gets the compartment_id of this ManagedMySqlDatabaseSummary. The OCID of the compartment.
Returns: The compartment_id of this ManagedMySqlDatabaseSummary. Return type: str
-
db_name
¶ [Required] Gets the db_name of this ManagedMySqlDatabaseSummary. The name of the MySQL Database.
Returns: The db_name of this ManagedMySqlDatabaseSummary. Return type: str
-
db_version
¶ [Required] Gets the db_version of this ManagedMySqlDatabaseSummary. The version of the MySQL Database.
Returns: The db_version of this ManagedMySqlDatabaseSummary. Return type: str
-
id
¶ [Required] Gets the id of this ManagedMySqlDatabaseSummary. The OCID of the Managed MySQL Database.
Returns: The id of this ManagedMySqlDatabaseSummary. Return type: str
-
name
¶ [Required] Gets the name of this ManagedMySqlDatabaseSummary. The name of the Managed MySQL Database.
Returns: The name of this ManagedMySqlDatabaseSummary. Return type: str
-
time_created
¶ [Required] Gets the time_created of this ManagedMySqlDatabaseSummary. The date and time the Managed MySQL Database was created.
Returns: The time_created of this ManagedMySqlDatabaseSummary. Return type: datetime
-