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 dd� Zdd� Zdd� ZdS ) �UpdatePoolDetailszH The details required to update a given pool with ```poolId```. c K sZ dddddddd�| _ dd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _dS )ao Initializes a new UpdatePoolDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this UpdatePoolDetails. :type display_name: str :param description: The value to assign to the description property of this UpdatePoolDetails. :type description: str :param configurations: The value to assign to the configurations property of this UpdatePoolDetails. :type configurations: list[oci.data_flow.models.PoolConfig] :param schedules: The value to assign to the schedules property of this UpdatePoolDetails. :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 UpdatePoolDetails. :type idle_timeout_in_minutes: int :param freeform_tags: The value to assign to the freeform_tags property of this UpdatePoolDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdatePoolDetails. :type defined_tags: dict(str, dict(str, object)) �strzlist[PoolConfig]zlist[PoolSchedule]�intzdict(str, str)zdict(str, dict(str, object)))�display_name�description�configurations� schedules�idle_timeout_in_minutes� freeform_tags�defined_tagsZdisplayNamer r r ZidleTimeoutInMinutesZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map� _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/update_pool_details.py�__init__ s. #�� zUpdatePoolDetails.__init__c C s | j S )z� Gets the display_name of this UpdatePoolDetails. A user-friendly name. It does not have to be unique. Avoid entering confidential information. :return: The display_name of this UpdatePoolDetails. :rtype: str �r �r r r r r P s zUpdatePoolDetails.display_namec C s || _ dS )a Sets the display_name of this UpdatePoolDetails. A user-friendly name. It does not have to be unique. Avoid entering confidential information. :param display_name: The display_name of this UpdatePoolDetails. :type: str Nr )r r r r r r \ s c C s | j S )z� Gets the description of this UpdatePoolDetails. A user-friendly description. Avoid entering confidential information. :return: The description of this UpdatePoolDetails. :rtype: str �r r r r r r h s zUpdatePoolDetails.descriptionc C s || _ dS )z� Sets the description of this UpdatePoolDetails. A user-friendly description. Avoid entering confidential information. :param description: The description of this UpdatePoolDetails. :type: str Nr )r r r r r r t s c C s | j S )z� Gets the configurations of this UpdatePoolDetails. List of PoolConfig items. :return: The configurations of this UpdatePoolDetails. :rtype: list[oci.data_flow.models.PoolConfig] �r r r r r r � s z UpdatePoolDetails.configurationsc C s || _ dS )z� Sets the configurations of this UpdatePoolDetails. List of PoolConfig items. :param configurations: The configurations of this UpdatePoolDetails. :type: list[oci.data_flow.models.PoolConfig] Nr )r r r r r r � s c C s | j S )z� Gets the schedules of this UpdatePoolDetails. A list of schedules for pool to auto start and stop. :return: The schedules of this UpdatePoolDetails. :rtype: list[oci.data_flow.models.PoolSchedule] �r r r r r r � s zUpdatePoolDetails.schedulesc C s || _ dS )z� Sets the schedules of this UpdatePoolDetails. A list of schedules for pool to auto start and stop. :param schedules: The schedules of this UpdatePoolDetails. :type: list[oci.data_flow.models.PoolSchedule] Nr )r r r r r r � s c C s | j S )ay Gets the idle_timeout_in_minutes of this UpdatePoolDetails. Optional timeout value in minutes used to auto stop Pools. A Pool will be auto stopped after inactivity for this amount of time period. If value not set, pool will not be auto stopped auto. :return: The idle_timeout_in_minutes of this UpdatePoolDetails. :rtype: int �r r r r r r � s z)UpdatePoolDetails.idle_timeout_in_minutesc C s || _ dS )a� Sets the idle_timeout_in_minutes of this UpdatePoolDetails. Optional timeout value in minutes used to auto stop Pools. A Pool will be auto stopped after inactivity for this amount of time period. If value not set, pool will not be auto stopped auto. :param idle_timeout_in_minutes: The idle_timeout_in_minutes of this UpdatePoolDetails. :type: int Nr! )r r r r r r � s c C s | j S )a� Gets the freeform_tags of this UpdatePoolDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this UpdatePoolDetails. :rtype: dict(str, str) �r r r r r r � s zUpdatePoolDetails.freeform_tagsc C s || _ dS )a� Sets the freeform_tags of this UpdatePoolDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this UpdatePoolDetails. :type: dict(str, str) Nr"