ruạṛ
a ���f�W � @ 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 Zd ZdZ dZd ZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Z e jd3d2� �Z ed4d5� �Z!e!jd6d5� �Z!ed7d8� �Z"e"jd9d8� �Z"ed:d;� �Z#e#jd<d;� �Z#ed=d>� �Z$e$jd?d>� �Z$d@dA� Z%dBdC� Z&dDdE� Z'dFS )G�AutonomousDataWarehousez� **Deprecated.** See :class:`AutonomousDatabase` for reference information about Autonomous Databases with the warehouse workload type. �PROVISIONING� AVAILABLE�STOPPING�STOPPED�STARTING�TERMINATING� TERMINATED�UNAVAILABLE�RESTORE_IN_PROGRESS�BACKUP_IN_PROGRESS�SCALE_IN_PROGRESS�AVAILABLE_NEEDS_ATTENTION�UPDATING�LICENSE_INCLUDED�BRING_YOUR_OWN_LICENSEc K s� dddddddddddddddd�| _ dd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a Initializes a new AutonomousDataWarehouse object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this AutonomousDataWarehouse. :type id: str :param compartment_id: The value to assign to the compartment_id property of this AutonomousDataWarehouse. :type compartment_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this AutonomousDataWarehouse. Allowed values for this property are: "PROVISIONING", "AVAILABLE", "STOPPING", "STOPPED", "STARTING", "TERMINATING", "TERMINATED", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "UPDATING" :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this AutonomousDataWarehouse. :type lifecycle_details: str :param db_name: The value to assign to the db_name property of this AutonomousDataWarehouse. :type db_name: str :param cpu_core_count: The value to assign to the cpu_core_count property of this AutonomousDataWarehouse. :type cpu_core_count: int :param data_storage_size_in_tbs: The value to assign to the data_storage_size_in_tbs property of this AutonomousDataWarehouse. :type data_storage_size_in_tbs: int :param time_created: The value to assign to the time_created property of this AutonomousDataWarehouse. :type time_created: datetime :param display_name: The value to assign to the display_name property of this AutonomousDataWarehouse. :type display_name: str :param service_console_url: The value to assign to the service_console_url property of this AutonomousDataWarehouse. :type service_console_url: str :param connection_strings: The value to assign to the connection_strings property of this AutonomousDataWarehouse. :type connection_strings: oci.database.models.AutonomousDataWarehouseConnectionStrings :param license_model: The value to assign to the license_model property of this AutonomousDataWarehouse. Allowed values for this property are: "LICENSE_INCLUDED", "BRING_YOUR_OWN_LICENSE" :type license_model: str :param freeform_tags: The value to assign to the freeform_tags property of this AutonomousDataWarehouse. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this AutonomousDataWarehouse. :type defined_tags: dict(str, dict(str, object)) :param db_version: The value to assign to the db_version property of this AutonomousDataWarehouse. :type db_version: str �str�intZdatetimeZ(AutonomousDataWarehouseConnectionStringszdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�lifecycle_state�lifecycle_details�db_name�cpu_core_count�data_storage_size_in_tbs�time_created�display_name�service_console_url�connection_strings� license_model� freeform_tags�defined_tags� db_versionr Z compartmentIdZlifecycleStateZlifecycleDetailsZdbNameZcpuCoreCountZdataStorageSizeInTBsZtimeCreatedZdisplayNameZserviceConsoleUrlZconnectionStringsZlicenseModelZfreeformTagsZdefinedTagsZ dbVersionN)Z swagger_typesZ attribute_map�_id�_compartment_id�_lifecycle_state�_lifecycle_details�_db_name�_cpu_core_count�_data_storage_size_in_tbs� _time_created� _display_name�_service_console_url�_connection_strings�_license_model�_freeform_tags� _defined_tags�_db_version)�self�kwargs� r8 �Q/usr/lib/python3.9/site-packages/oci/database/models/autonomous_data_warehouse.py�__init__N s^ E��z AutonomousDataWarehouse.__init__c C s | j S )a& **[Required]** Gets the id of this AutonomousDataWarehouse. The `OCID`__ of the Autonomous Data Warehouse. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this AutonomousDataWarehouse. :rtype: str �r'