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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�CreatePoolDetailsz0 The details required to create a pool. c K sd ddddddddd�| _ dd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a Initializes a new CreatePoolDetails 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 CreatePoolDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreatePoolDetails. :type display_name: str :param description: The value to assign to the description property of this CreatePoolDetails. :type description: str :param configurations: The value to assign to the configurations property of this CreatePoolDetails. :type configurations: list[oci.data_flow.models.PoolConfig] :param schedules: The value to assign to the schedules property of this CreatePoolDetails. :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 CreatePoolDetails. :type idle_timeout_in_minutes: int :param freeform_tags: The value to assign to the freeform_tags property of this CreatePoolDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreatePoolDetails. :type defined_tags: dict(str, dict(str, object)) �strzlist[PoolConfig]zlist[PoolSchedule]�intzdict(str, str)zdict(str, dict(str, object)))�compartment_id�display_name�description�configurations� schedules�idle_timeout_in_minutes� freeform_tags�defined_tagsZ compartmentIdZdisplayNamer r r ZidleTimeoutInMinutesZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map�_compartment_id� _display_name�_description�_configurations� _schedules�_idle_timeout_in_minutes�_freeform_tags� _defined_tags)�self�kwargs� r �L/usr/lib/python3.9/site-packages/oci/data_flow/models/create_pool_details.py�__init__ s4 '��zCreatePoolDetails.__init__c C s | j S )z� **[Required]** Gets the compartment_id of this CreatePoolDetails. The OCID of a compartment. :return: The compartment_id of this CreatePoolDetails. :rtype: str �r �r r r r r W s z CreatePoolDetails.compartment_idc C s || _ dS )z� Sets the compartment_id of this CreatePoolDetails. The OCID of a compartment. :param compartment_id: The compartment_id of this CreatePoolDetails. :type: str Nr )r r r r r r c s c C s | j S )a **[Required]** Gets the display_name of this CreatePoolDetails. A user-friendly name. It does not have to be unique. Avoid entering confidential information. :return: The display_name of this CreatePoolDetails. :rtype: str �r r r r r r o s zCreatePoolDetails.display_namec C s || _ dS )a Sets the display_name of this CreatePoolDetails. A user-friendly name. It does not have to be unique. Avoid entering confidential information. :param display_name: The display_name of this CreatePoolDetails. :type: str Nr )r r r r r r { s c C s | j S )z� Gets the description of this CreatePoolDetails. A user-friendly description. Avoid entering confidential information. :return: The description of this CreatePoolDetails. :rtype: str �r r r r r r � s zCreatePoolDetails.descriptionc C s || _ dS )z� Sets the description of this CreatePoolDetails. A user-friendly description. Avoid entering confidential information. :param description: The description of this CreatePoolDetails. :type: str Nr! )r r r r r r � s c C s | j S )z� **[Required]** Gets the configurations of this CreatePoolDetails. List of PoolConfig items. :return: The configurations of this CreatePoolDetails. :rtype: list[oci.data_flow.models.PoolConfig] �r r r r r r � s z CreatePoolDetails.configurationsc C s || _ dS )z� Sets the configurations of this CreatePoolDetails. List of PoolConfig items. :param configurations: The configurations of this CreatePoolDetails. :type: list[oci.data_flow.models.PoolConfig] Nr"