ruạṛ
a N��f�Z � @ 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�AutonomousDataWarehouseSummarya **Deprecated.** See :func:`autonomous_database` for reference information about Autonomous Databases with the warehouse workload type. **Warning:** Oracle recommends that you avoid using any confidential information when you supply string values using the API. �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 )ar Initializes a new AutonomousDataWarehouseSummary 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 AutonomousDataWarehouseSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this AutonomousDataWarehouseSummary. :type compartment_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this AutonomousDataWarehouseSummary. 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 AutonomousDataWarehouseSummary. :type lifecycle_details: str :param db_name: The value to assign to the db_name property of this AutonomousDataWarehouseSummary. :type db_name: str :param cpu_core_count: The value to assign to the cpu_core_count property of this AutonomousDataWarehouseSummary. :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 AutonomousDataWarehouseSummary. :type data_storage_size_in_tbs: int :param time_created: The value to assign to the time_created property of this AutonomousDataWarehouseSummary. :type time_created: datetime :param display_name: The value to assign to the display_name property of this AutonomousDataWarehouseSummary. :type display_name: str :param service_console_url: The value to assign to the service_console_url property of this AutonomousDataWarehouseSummary. :type service_console_url: str :param connection_strings: The value to assign to the connection_strings property of this AutonomousDataWarehouseSummary. :type connection_strings: oci.database.models.AutonomousDataWarehouseConnectionStrings :param license_model: The value to assign to the license_model property of this AutonomousDataWarehouseSummary. 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 AutonomousDataWarehouseSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this AutonomousDataWarehouseSummary. :type defined_tags: dict(str, dict(str, object)) :param db_version: The value to assign to the db_version property of this AutonomousDataWarehouseSummary. :type db_version: str �str�int�datetime�(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 � compartmentId�lifecycleState�lifecycleDetails�dbName�cpuCoreCount�dataStorageSizeInTBs�timeCreated�displayName�serviceConsoleUrl�connectionStrings�licenseModel�freeformTags�definedTags� dbVersionN)� swagger_types� 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� rJ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database/models/autonomous_data_warehouse_summary.py�__init__N s^ E��z'AutonomousDataWarehouseSummary.__init__c C s | j S )a4 **[Required]** Gets the id of this AutonomousDataWarehouseSummary. The `OCID`__ of the Autonomous Data Warehouse. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this AutonomousDataWarehouseSummary. :rtype: str �r9 �rH rJ rJ rK r � s z!AutonomousDataWarehouseSummary.idc C s || _ dS )a& Sets the id of this AutonomousDataWarehouseSummary. The `OCID`__ of the Autonomous Data Warehouse. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this AutonomousDataWarehouseSummary. :type: str NrM )rH r rJ rJ rK r � s c C s | j S )a> **[Required]** Gets the compartment_id of this AutonomousDataWarehouseSummary. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this AutonomousDataWarehouseSummary. :rtype: str �r: rN rJ rJ rK r � s z-AutonomousDataWarehouseSummary.compartment_idc C s || _ dS )a< Sets the compartment_id of this AutonomousDataWarehouseSummary. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this AutonomousDataWarehouseSummary. :type: str NrO )rH r rJ rJ rK r � s c C s | j S )a� **[Required]** Gets the lifecycle_state of this AutonomousDataWarehouseSummary. The current state of the database. 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" :return: The lifecycle_state of this AutonomousDataWarehouseSummary. :rtype: str )r; rN rJ rJ rK r � s z.AutonomousDataWarehouseSummary.lifecycle_statec C s* g d�}t ||�s td�|���|| _dS )z� Sets the lifecycle_state of this AutonomousDataWarehouseSummary. The current state of the database. :param lifecycle_state: The lifecycle_state of this AutonomousDataWarehouseSummary. :type: str ) r r r r r r r r r r r r r z?Invalid value for `lifecycle_state`, must be None or one of {0}N)r � ValueError�formatr; )rH r �allowed_valuesrJ rJ rK r s ��c C s | j S )z� Gets the lifecycle_details of this AutonomousDataWarehouseSummary. Information about the current lifecycle state. :return: The lifecycle_details of this AutonomousDataWarehouseSummary. :rtype: str �r<