ruạṛ
a ���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 dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd� ZdS ) �AnalyticsClusterMemoryEstimatea& DEPRECATED -- please use HeatWave API instead. Analytics Cluster memory estimate that can be used to determine a suitable Analytics Cluster size. For each MySQL user table the estimated memory footprint when the table is loaded to the Analytics Cluster memory is returned. �ACCEPTED�IN_PROGRESS�FAILED� SUCCEEDED� CANCELING�CANCELEDc K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a1 Initializes a new AnalyticsClusterMemoryEstimate 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 AnalyticsClusterMemoryEstimate. :type db_system_id: str :param status: The value to assign to the status property of this AnalyticsClusterMemoryEstimate. Allowed values for this property are: "ACCEPTED", "IN_PROGRESS", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param time_created: The value to assign to the time_created property of this AnalyticsClusterMemoryEstimate. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this AnalyticsClusterMemoryEstimate. :type time_updated: datetime :param table_schemas: The value to assign to the table_schemas property of this AnalyticsClusterMemoryEstimate. :type table_schemas: list[oci.mysql.models.AnalyticsClusterSchemaMemoryEstimate] �strZdatetimez*list[AnalyticsClusterSchemaMemoryEstimate])�db_system_id�status�time_created�time_updated� table_schemasZ dbSystemIdr ZtimeCreatedZtimeUpdatedZtableSchemasN)Z swagger_typesZ attribute_map� _db_system_id�_status� _time_created� _time_updated�_table_schemas)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/mysql/models/analytics_cluster_memory_estimate.py�__init__- s"