ruạṛ
a ���f%O � @ 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*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zed;d<� �Z e jd=d<� �Z d>d?� Z!d@dA� Z"dBdC� Z#dDS )E�Poolz" A Data Flow pool object. �ACCEPTED� SCHEDULED�CREATING�ACTIVE�STOPPING�STOPPED�UPDATING�DELETING�DELETED�FAILEDc K s� ddddddddddddddddd �| _ d ddd ddddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a7 Initializes a new Pool 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 Pool. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this Pool. :type defined_tags: dict(str, dict(str, object)) :param description: The value to assign to the description property of this Pool. :type description: str :param display_name: The value to assign to the display_name property of this Pool. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this Pool. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this Pool. :type id: str :param lifecycle_details: The value to assign to the lifecycle_details property of this Pool. :type lifecycle_details: str :param lifecycle_state: The value to assign to the lifecycle_state property of this Pool. 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 Pool. :type owner_principal_id: str :param owner_user_name: The value to assign to the owner_user_name property of this Pool. :type owner_user_name: str :param pool_metrics: The value to assign to the pool_metrics property of this Pool. :type pool_metrics: oci.data_flow.models.PoolMetrics :param configurations: The value to assign to the configurations property of this Pool. :type configurations: list[oci.data_flow.models.PoolConfig] :param schedules: The value to assign to the schedules property of this Pool. :type schedules: list[oci.data_flow.models.PoolSchedule] :param idle_timeout_in_minutes: The value to assign to the idle_timeout_in_minutes property of this Pool. :type idle_timeout_in_minutes: int :param time_created: The value to assign to the time_created property of this Pool. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Pool. :type time_updated: datetime �strzdict(str, dict(str, object))zdict(str, str)ZPoolMetricszlist[PoolConfig]zlist[PoolSchedule]�intZdatetime)�compartment_id�defined_tags�description�display_name� freeform_tags�id�lifecycle_details�lifecycle_state�owner_principal_id�owner_user_name�pool_metrics�configurations� schedules�idle_timeout_in_minutes�time_created�time_updatedZ compartmentIdZdefinedTagsr ZdisplayNameZfreeformTagsr ZlifecycleDetailsZlifecycleStateZownerPrincipalIdZ ownerUserNameZpoolMetricsr r ZidleTimeoutInMinutesZtimeCreatedZtimeUpdatedN)Z swagger_typesZ attribute_map�_compartment_id� _defined_tags�_description� _display_name�_freeform_tags�_id�_lifecycle_details�_lifecycle_state�_owner_principal_id�_owner_user_name� _pool_metrics�_configurations� _schedules�_idle_timeout_in_minutes� _time_created� _time_updated)�self�kwargs� r5 �=/usr/lib/python3.9/site-packages/oci/data_flow/models/pool.py�__init__: sd I��z Pool.__init__c C s | j S )z� **[Required]** Gets the compartment_id of this Pool. The OCID of a compartment. :return: The compartment_id of this Pool. :rtype: str �r# �r3 r5 r5 r6 r � s zPool.compartment_idc C s || _ dS )z� Sets the compartment_id of this Pool. The OCID of a compartment. :param compartment_id: The compartment_id of this Pool. :type: str Nr8 )r3 r r5 r5 r6 r � s c C s | j S )a� **[Required]** Gets the defined_tags of this Pool. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this Pool. :rtype: dict(str, dict(str, object)) �r$ r9 r5 r5 r6 r � s zPool.defined_tagsc C s || _ dS )a� Sets the defined_tags of this Pool. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this Pool. :type: dict(str, dict(str, object)) Nr: )r3 r r5 r5 r6 r � s c C s | j S )z� Gets the description of this Pool. A user-friendly description. Avoid entering confidential information. :return: The description of this Pool. :rtype: str �r% r9 r5 r5 r6 r � s zPool.descriptionc C s || _ dS )z� Sets the description of this Pool. A user-friendly description. Avoid entering confidential information. :param description: The description of this Pool. :type: str Nr; )r3 r r5 r5 r6 r � s c C s | j S )z� **[Required]** Gets the display_name of this Pool. A user-friendly name. It does not have to be unique. Avoid entering confidential information. :return: The display_name of this Pool. :rtype: str �r&