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