AnalyticsClusterSummary¶
-
class
oci.mysql.models.
AnalyticsClusterSummary
(**kwargs)¶ Bases:
object
A summary of an Analytics Cluster.
Methods
__init__
(**kwargs)Initializes a new AnalyticsClusterSummary object with values from keyword arguments. Attributes
cluster_size
[Required] Gets the cluster_size of this AnalyticsClusterSummary. lifecycle_state
[Required] Gets the lifecycle_state of this AnalyticsClusterSummary. shape_name
[Required] Gets the shape_name of this AnalyticsClusterSummary. time_created
[Required] Gets the time_created of this AnalyticsClusterSummary. time_updated
[Required] Gets the time_updated of this AnalyticsClusterSummary. -
__init__
(**kwargs)¶ Initializes a new AnalyticsClusterSummary 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 AnalyticsClusterSummary.
- cluster_size (int) – The value to assign to the cluster_size property of this AnalyticsClusterSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this AnalyticsClusterSummary.
- time_created (datetime) – The value to assign to the time_created property of this AnalyticsClusterSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this AnalyticsClusterSummary.
-
cluster_size
¶ [Required] Gets the cluster_size of this AnalyticsClusterSummary. The number of analytics-processing compute instances, of the specified shape, in the Analytics Cluster.
Returns: The cluster_size of this AnalyticsClusterSummary. Return type: int
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this AnalyticsClusterSummary. The current state of the MySQL Analytics Cluster.
Returns: The lifecycle_state of this AnalyticsClusterSummary. Return type: str
-
shape_name
¶ [Required] Gets the shape_name of this AnalyticsClusterSummary. The shape determines resources to allocate to the Analytics Cluster nodes - CPU cores, memory.
Returns: The shape_name of this AnalyticsClusterSummary. Return type: str
-