UpdateHeatWaveClusterDetails¶
-
class
oci.mysql.models.
UpdateHeatWaveClusterDetails
(**kwargs)¶ Bases:
object
Details about the HeatWave cluster properties to be updated.
Methods
__init__
(**kwargs)Initializes a new UpdateHeatWaveClusterDetails object with values from keyword arguments. Attributes
cluster_size
Gets the cluster_size of this UpdateHeatWaveClusterDetails. is_lakehouse_enabled
Gets the is_lakehouse_enabled of this UpdateHeatWaveClusterDetails. shape_name
Gets the shape_name of this UpdateHeatWaveClusterDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateHeatWaveClusterDetails 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 UpdateHeatWaveClusterDetails.
- cluster_size (int) – The value to assign to the cluster_size property of this UpdateHeatWaveClusterDetails.
- is_lakehouse_enabled (bool) – The value to assign to the is_lakehouse_enabled property of this UpdateHeatWaveClusterDetails.
-
cluster_size
¶ Gets the cluster_size of this UpdateHeatWaveClusterDetails. A change to the number of nodes in the HeatWave cluster will result in the entire cluster being torn down and re-created with the new cluster of nodes. This may result in a significant downtime for the analytics capability while the HeatWave cluster is re-provisioned.
Returns: The cluster_size of this UpdateHeatWaveClusterDetails. Return type: int
-
is_lakehouse_enabled
¶ Gets the is_lakehouse_enabled of this UpdateHeatWaveClusterDetails. Enable/disable Lakehouse for the HeatWave cluster.
Returns: The is_lakehouse_enabled of this UpdateHeatWaveClusterDetails. Return type: bool
-
shape_name
¶ Gets the shape_name of this UpdateHeatWaveClusterDetails. A change to the shape of the nodes in the HeatWave cluster will result in the entire cluster being torn down and re-created with Compute instances of the new Shape. This may result in significant downtime for the analytics capability while the HeatWave cluster is re-provisioned.
Returns: The shape_name of this UpdateHeatWaveClusterDetails. Return type: str
-