AddHeatWaveClusterDetails¶
- 
class oci.mysql.models.AddHeatWaveClusterDetails(**kwargs)¶
- Bases: - object- Details required to add a HeatWave cluster. - Methods - __init__(**kwargs)- Initializes a new AddHeatWaveClusterDetails object with values from keyword arguments. - Attributes - cluster_size- [Required] Gets the cluster_size of this AddHeatWaveClusterDetails. - is_lakehouse_enabled- Gets the is_lakehouse_enabled of this AddHeatWaveClusterDetails. - shape_name- [Required] Gets the shape_name of this AddHeatWaveClusterDetails. - 
__init__(**kwargs)¶
- Initializes a new AddHeatWaveClusterDetails 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 AddHeatWaveClusterDetails.
- cluster_size (int) – The value to assign to the cluster_size property of this AddHeatWaveClusterDetails.
- is_lakehouse_enabled (bool) – The value to assign to the is_lakehouse_enabled property of this AddHeatWaveClusterDetails.
 
 - 
cluster_size¶
- [Required] Gets the cluster_size of this AddHeatWaveClusterDetails. The number of analytics-processing nodes provisioned for the HeatWave cluster. - Returns: - The cluster_size of this AddHeatWaveClusterDetails. - Return type: - int 
 - 
is_lakehouse_enabled¶
- Gets the is_lakehouse_enabled of this AddHeatWaveClusterDetails. Enable/disable Lakehouse for the HeatWave cluster. - Returns: - The is_lakehouse_enabled of this AddHeatWaveClusterDetails. - Return type: - bool 
 - 
shape_name¶
- [Required] Gets the shape_name of this AddHeatWaveClusterDetails. The shape determines resources to allocate to the HeatWave nodes - CPU cores, memory. - Returns: - The shape_name of this AddHeatWaveClusterDetails. - Return type: - str 
 
-