UpdateAnalyticsClusterDetails¶
-
class
oci.mysql.models.
UpdateAnalyticsClusterDetails
(**kwargs)¶ Bases:
object
DEPRECATED – please use HeatWave API instead. Details about the Analytics Cluster properties to be updated.
Methods
__init__
(**kwargs)Initializes a new UpdateAnalyticsClusterDetails object with values from keyword arguments. Attributes
cluster_size
Gets the cluster_size of this UpdateAnalyticsClusterDetails. shape_name
Gets the shape_name of this UpdateAnalyticsClusterDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateAnalyticsClusterDetails 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 UpdateAnalyticsClusterDetails.
- cluster_size (int) – The value to assign to the cluster_size property of this UpdateAnalyticsClusterDetails.
-
cluster_size
¶ Gets the cluster_size of this UpdateAnalyticsClusterDetails. A change to the number of nodes in the Analytics 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 Analytics Cluster is re-provisioned.
Returns: The cluster_size of this UpdateAnalyticsClusterDetails. Return type: int
-
shape_name
¶ Gets the shape_name of this UpdateAnalyticsClusterDetails. A change to the shape of the nodes in the Analytics 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 Analytics Cluster is re-provisioned.
Returns: The shape_name of this UpdateAnalyticsClusterDetails. Return type: str
-