HeatWaveClusterSummary¶
- 
class oci.mysql.models.HeatWaveClusterSummary(**kwargs)¶
- Bases: - object- A summary of a HeatWave cluster. - Methods - __init__(**kwargs)- Initializes a new HeatWaveClusterSummary object with values from keyword arguments. - Attributes - cluster_size- [Required] Gets the cluster_size of this HeatWaveClusterSummary. - is_lakehouse_enabled- Gets the is_lakehouse_enabled of this HeatWaveClusterSummary. - lifecycle_state- [Required] Gets the lifecycle_state of this HeatWaveClusterSummary. - shape_name- [Required] Gets the shape_name of this HeatWaveClusterSummary. - time_created- [Required] Gets the time_created of this HeatWaveClusterSummary. - time_updated- [Required] Gets the time_updated of this HeatWaveClusterSummary. - 
__init__(**kwargs)¶
- Initializes a new HeatWaveClusterSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - shape_name (str) – The value to assign to the shape_name property of this HeatWaveClusterSummary.
- cluster_size (int) – The value to assign to the cluster_size property of this HeatWaveClusterSummary.
- is_lakehouse_enabled (bool) – The value to assign to the is_lakehouse_enabled property of this HeatWaveClusterSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this HeatWaveClusterSummary.
- time_created (datetime) – The value to assign to the time_created property of this HeatWaveClusterSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this HeatWaveClusterSummary.
 
 - 
cluster_size¶
- [Required] Gets the cluster_size of this HeatWaveClusterSummary. The number of analytics-processing compute instances, of the specified shape, in the HeatWave cluster. - Returns: - The cluster_size of this HeatWaveClusterSummary. - Return type: - int 
 - 
is_lakehouse_enabled¶
- Gets the is_lakehouse_enabled of this HeatWaveClusterSummary. Lakehouse enabled status for the HeatWave cluster. - Returns: - The is_lakehouse_enabled of this HeatWaveClusterSummary. - Return type: - bool 
 - 
lifecycle_state¶
- [Required] Gets the lifecycle_state of this HeatWaveClusterSummary. The current state of the MySQL HeatWave cluster. - Returns: - The lifecycle_state of this HeatWaveClusterSummary. - Return type: - str 
 - 
shape_name¶
- [Required] Gets the shape_name of this HeatWaveClusterSummary. The shape determines resources to allocate to the HeatWave nodes - CPU cores, memory. - Returns: - The shape_name of this HeatWaveClusterSummary. - Return type: - str 
 
-