ruạṛ
a ���f3: � @ 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 dd � Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zd,d-� Zd.d/� Zd0d1� Zd2S )3�PoolSummaryz. A pool object used in bulk listings. �ACCEPTED� SCHEDULED�CREATING�ACTIVE�STOPPING�STOPPED�UPDATING�DELETING�DELETED�FAILEDc K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new PoolSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this PoolSummary. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this PoolSummary. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this PoolSummary. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this PoolSummary. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this PoolSummary. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this PoolSummary. Allowed values for this property are: "ACCEPTED", "SCHEDULED", "CREATING", "ACTIVE", "STOPPING", "STOPPED", "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 owner_principal_id: The value to assign to the owner_principal_id property of this PoolSummary. :type owner_principal_id: str :param owner_user_name: The value to assign to the owner_user_name property of this PoolSummary. :type owner_user_name: str :param time_created: The value to assign to the time_created property of this PoolSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this PoolSummary. :type time_updated: datetime �strzdict(str, dict(str, object))zdict(str, str)Zdatetime) �compartment_id�defined_tags�display_name� freeform_tags�id�lifecycle_state�owner_principal_id�owner_user_name�time_created�time_updatedZ compartmentIdZdefinedTagsZdisplayNameZfreeformTagsr ZlifecycleStateZownerPrincipalIdZ ownerUserNameZtimeCreatedZtimeUpdatedN)Z swagger_typesZ attribute_map�_compartment_id� _defined_tags� _display_name�_freeform_tags�_id�_lifecycle_state�_owner_principal_id�_owner_user_name� _time_created� _time_updated)�self�kwargs� r( �E/usr/lib/python3.9/site-packages/oci/data_flow/models/pool_summary.py�__init__: s@ 1�� zPoolSummary.__init__c C s | j S )z� **[Required]** Gets the compartment_id of this PoolSummary. The OCID of a compartment. :return: The compartment_id of this PoolSummary. :rtype: str �r �r&