ruạṛ
a ���fG � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�AnalyticsClusterSummaryz_ DEPRECATED -- please use HeatWave API instead. A summary of an Analytics Cluster. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a� Initializes a new AnalyticsClusterSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param shape_name: The value to assign to the shape_name property of this AnalyticsClusterSummary. :type shape_name: str :param cluster_size: The value to assign to the cluster_size property of this AnalyticsClusterSummary. :type cluster_size: int :param lifecycle_state: The value to assign to the lifecycle_state property of this AnalyticsClusterSummary. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this AnalyticsClusterSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this AnalyticsClusterSummary. :type time_updated: datetime �str�intZdatetime)� shape_name�cluster_size�lifecycle_state�time_created�time_updatedZ shapeNameZclusterSizeZlifecycleStateZtimeCreatedZtimeUpdatedN)Z swagger_typesZ attribute_map�_shape_name� _cluster_size�_lifecycle_state� _time_created� _time_updated)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/mysql/models/analytics_cluster_summary.py�__init__ s"