ManagedMySqlDatabase¶
-
class
oci.database_management.models.
ManagedMySqlDatabase
(**kwargs)¶ Bases:
object
The details of the Managed MySQL Database.
Methods
__init__
(**kwargs)Initializes a new ManagedMySqlDatabase object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this ManagedMySqlDatabase. db_name
[Required] Gets the db_name of this ManagedMySqlDatabase. db_version
[Required] Gets the db_version of this ManagedMySqlDatabase. heat_wave_cluster_display_name
Gets the heat_wave_cluster_display_name of this ManagedMySqlDatabase. heat_wave_memory_size
Gets the heat_wave_memory_size of this ManagedMySqlDatabase. heat_wave_node_shape
Gets the heat_wave_node_shape of this ManagedMySqlDatabase. heat_wave_nodes
Gets the heat_wave_nodes of this ManagedMySqlDatabase. id
[Required] Gets the id of this ManagedMySqlDatabase. is_heat_wave_active
Gets the is_heat_wave_active of this ManagedMySqlDatabase. is_heat_wave_enabled
Gets the is_heat_wave_enabled of this ManagedMySqlDatabase. is_lakehouse_enabled
Gets the is_lakehouse_enabled of this ManagedMySqlDatabase. name
[Required] Gets the name of this ManagedMySqlDatabase. time_created
[Required] Gets the time_created of this ManagedMySqlDatabase. time_created_heat_wave
Gets the time_created_heat_wave of this ManagedMySqlDatabase. -
__init__
(**kwargs)¶ Initializes a new ManagedMySqlDatabase 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 ManagedMySqlDatabase.
- compartment_id (str) – The value to assign to the compartment_id property of this ManagedMySqlDatabase.
- db_name (str) – The value to assign to the db_name property of this ManagedMySqlDatabase.
- db_version (str) – The value to assign to the db_version property of this ManagedMySqlDatabase.
- time_created (datetime) – The value to assign to the time_created property of this ManagedMySqlDatabase.
- name (str) – The value to assign to the name property of this ManagedMySqlDatabase.
- heat_wave_cluster_display_name (str) – The value to assign to the heat_wave_cluster_display_name property of this ManagedMySqlDatabase.
- is_heat_wave_enabled (bool) – The value to assign to the is_heat_wave_enabled property of this ManagedMySqlDatabase.
- is_lakehouse_enabled (bool) – The value to assign to the is_lakehouse_enabled property of this ManagedMySqlDatabase.
- heat_wave_node_shape (str) – The value to assign to the heat_wave_node_shape property of this ManagedMySqlDatabase.
- heat_wave_memory_size (int) – The value to assign to the heat_wave_memory_size property of this ManagedMySqlDatabase.
- heat_wave_nodes (list[oci.database_management.models.HeatWaveNode]) – The value to assign to the heat_wave_nodes property of this ManagedMySqlDatabase.
- is_heat_wave_active (bool) – The value to assign to the is_heat_wave_active property of this ManagedMySqlDatabase.
- time_created_heat_wave (datetime) – The value to assign to the time_created_heat_wave property of this ManagedMySqlDatabase.
-
compartment_id
¶ [Required] Gets the compartment_id of this ManagedMySqlDatabase. The OCID of the compartment.
Returns: The compartment_id of this ManagedMySqlDatabase. Return type: str
-
db_name
¶ [Required] Gets the db_name of this ManagedMySqlDatabase. The name of the MySQL Database.
Returns: The db_name of this ManagedMySqlDatabase. Return type: str
-
db_version
¶ [Required] Gets the db_version of this ManagedMySqlDatabase. The version of the MySQL Database.
Returns: The db_version of this ManagedMySqlDatabase. Return type: str
-
heat_wave_cluster_display_name
¶ Gets the heat_wave_cluster_display_name of this ManagedMySqlDatabase. The name of the HeatWave cluster.
Returns: The heat_wave_cluster_display_name of this ManagedMySqlDatabase. Return type: str
-
heat_wave_memory_size
¶ Gets the heat_wave_memory_size of this ManagedMySqlDatabase. The total memory belonging to the HeatWave cluster in GBs.
Returns: The heat_wave_memory_size of this ManagedMySqlDatabase. Return type: int
-
heat_wave_node_shape
¶ Gets the heat_wave_node_shape of this ManagedMySqlDatabase. The shape of the nodes in the HeatWave cluster.
Returns: The heat_wave_node_shape of this ManagedMySqlDatabase. Return type: str
-
heat_wave_nodes
¶ Gets the heat_wave_nodes of this ManagedMySqlDatabase. The information about individual HeatWave nodes in the cluster.
Returns: The heat_wave_nodes of this ManagedMySqlDatabase. Return type: list[oci.database_management.models.HeatWaveNode]
-
id
¶ [Required] Gets the id of this ManagedMySqlDatabase. The OCID of the Managed MySQL Database.
Returns: The id of this ManagedMySqlDatabase. Return type: str
-
is_heat_wave_active
¶ Gets the is_heat_wave_active of this ManagedMySqlDatabase. Indicates whether the HeatWave cluster is active or not.
Returns: The is_heat_wave_active of this ManagedMySqlDatabase. Return type: bool
-
is_heat_wave_enabled
¶ Gets the is_heat_wave_enabled of this ManagedMySqlDatabase. Indicates whether HeatWave is enabled for the MySQL Database System or not.
Returns: The is_heat_wave_enabled of this ManagedMySqlDatabase. Return type: bool
-
is_lakehouse_enabled
¶ Gets the is_lakehouse_enabled of this ManagedMySqlDatabase. Indicates whether HeatWave Lakehouse is enabled for the MySQL Database System or not.
Returns: The is_lakehouse_enabled of this ManagedMySqlDatabase. Return type: bool
-
name
¶ [Required] Gets the name of this ManagedMySqlDatabase. The name of the Managed MySQL Database.
Returns: The name of this ManagedMySqlDatabase. Return type: str
-
time_created
¶ [Required] Gets the time_created of this ManagedMySqlDatabase. The date and time the Managed MySQL Database was created.
Returns: The time_created of this ManagedMySqlDatabase. Return type: datetime
-
time_created_heat_wave
¶ Gets the time_created_heat_wave of this ManagedMySqlDatabase. The date and time the Managed MySQL Database was created.
Returns: The time_created_heat_wave of this ManagedMySqlDatabase. Return type: datetime
-