ruạṛ
a O��f*- � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s e Zd ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zd#d$� Zd%d&� Zd'd(� Zd)S )*�AnalyticsClusterz| DEPRECATED -- please use HeatWave API instead. An Analytics Cluster is a database accelerator for a DB System. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILEDc K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a� Initializes a new AnalyticsCluster object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param db_system_id: The value to assign to the db_system_id property of this AnalyticsCluster. :type db_system_id: str :param shape_name: The value to assign to the shape_name property of this AnalyticsCluster. :type shape_name: str :param cluster_size: The value to assign to the cluster_size property of this AnalyticsCluster. :type cluster_size: int :param cluster_nodes: The value to assign to the cluster_nodes property of this AnalyticsCluster. :type cluster_nodes: list[oci.mysql.models.AnalyticsClusterNode] :param lifecycle_state: The value to assign to the lifecycle_state property of this AnalyticsCluster. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this AnalyticsCluster. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this AnalyticsCluster. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this AnalyticsCluster. :type time_updated: datetime �str�intzlist[AnalyticsClusterNode]�datetime)�db_system_id� shape_name�cluster_size� cluster_nodes�lifecycle_state�lifecycle_details�time_created�time_updated� dbSystemId� shapeName�clusterSize�clusterNodes�lifecycleState�lifecycleDetails�timeCreated�timeUpdatedN) � swagger_types� attribute_map� _db_system_id�_shape_name� _cluster_size�_cluster_nodes�_lifecycle_state�_lifecycle_details� _time_created� _time_updated)�self�kwargs� r- ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/mysql/models/analytics_cluster.py�__init__- s4 )��zAnalyticsCluster.__init__c C s | j S )z� **[Required]** Gets the db_system_id of this AnalyticsCluster. The OCID of the parent DB System this Analytics Cluster is attached to. :return: The db_system_id of this AnalyticsCluster. :rtype: str �r# �r+ r- r- r. r t s zAnalyticsCluster.db_system_idc C s || _ dS )z� Sets the db_system_id of this AnalyticsCluster. The OCID of the parent DB System this Analytics Cluster is attached to. :param db_system_id: The db_system_id of this AnalyticsCluster. :type: str Nr0 )r+ r r- r- r. r � s c C s | j S )a **[Required]** Gets the shape_name of this AnalyticsCluster. The shape determines resources to allocate to the Analytics Cluster nodes - CPU cores, memory. :return: The shape_name of this AnalyticsCluster. :rtype: str �r$ r1 r- r- r. r � s zAnalyticsCluster.shape_namec C s || _ dS )a Sets the shape_name of this AnalyticsCluster. The shape determines resources to allocate to the Analytics Cluster nodes - CPU cores, memory. :param shape_name: The shape_name of this AnalyticsCluster. :type: str Nr2 )r+ r r- r- r. r � s c C s | j S )a **[Required]** Gets the cluster_size of this AnalyticsCluster. The number of analytics-processing compute instances, of the specified shape, in the Analytics Cluster. :return: The cluster_size of this AnalyticsCluster. :rtype: int �r% r1 r- r- r. r � s zAnalyticsCluster.cluster_sizec C s || _ dS )a Sets the cluster_size of this AnalyticsCluster. The number of analytics-processing compute instances, of the specified shape, in the Analytics Cluster. :param cluster_size: The cluster_size of this AnalyticsCluster. :type: int Nr3 )r+ r r- r- r. r � s c C s | j S )a& **[Required]** Gets the cluster_nodes of this AnalyticsCluster. An Analytics Cluster Node is a compute host that is part of an Analytics Cluster. :return: The cluster_nodes of this AnalyticsCluster. :rtype: list[oci.mysql.models.AnalyticsClusterNode] �r&