📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
desktops
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/desktops/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_desktop_pool_details.cpython-39.pyc
a ���fa5 � @ 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 @ sN 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� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�UpdateDesktopPoolDetailszG Provides the details of a request to update the desktop pool. c K s� dddddddddddd�| _ d d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a] Initializes a new UpdateDesktopPoolDetails 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 UpdateDesktopPoolDetails. :type display_name: str :param description: The value to assign to the description property of this UpdateDesktopPoolDetails. :type description: str :param maximum_size: The value to assign to the maximum_size property of this UpdateDesktopPoolDetails. :type maximum_size: int :param standby_size: The value to assign to the standby_size property of this UpdateDesktopPoolDetails. :type standby_size: int :param device_policy: The value to assign to the device_policy property of this UpdateDesktopPoolDetails. :type device_policy: oci.desktops.models.DesktopDevicePolicy :param availability_policy: The value to assign to the availability_policy property of this UpdateDesktopPoolDetails. :type availability_policy: oci.desktops.models.DesktopAvailabilityPolicy :param contact_details: The value to assign to the contact_details property of this UpdateDesktopPoolDetails. :type contact_details: str :param time_start_scheduled: The value to assign to the time_start_scheduled property of this UpdateDesktopPoolDetails. :type time_start_scheduled: datetime :param time_stop_scheduled: The value to assign to the time_stop_scheduled property of this UpdateDesktopPoolDetails. :type time_stop_scheduled: datetime :param freeform_tags: The value to assign to the freeform_tags property of this UpdateDesktopPoolDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateDesktopPoolDetails. :type defined_tags: dict(str, dict(str, object)) �str�intZDesktopDevicePolicyZDesktopAvailabilityPolicyZdatetimezdict(str, str)zdict(str, dict(str, object)))�display_name�description�maximum_size�standby_size� device_policy�availability_policy�contact_details�time_start_scheduled�time_stop_scheduled� freeform_tags�defined_tagsZdisplayNamer ZmaximumSizeZstandbySizeZdevicePolicyZavailabilityPolicyZcontactDetailsZtimeStartScheduledZtimeStopScheduledZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map� _display_name�_description� _maximum_size� _standby_size�_device_policy�_availability_policy�_contact_details�_time_start_scheduled�_time_stop_scheduled�_freeform_tags� _defined_tags)�self�kwargs� r! �S/usr/lib/python3.9/site-packages/oci/desktops/models/update_desktop_pool_details.py�__init__ sF 3��z!UpdateDesktopPoolDetails.__init__c C s | j S )z� Gets the display_name of this UpdateDesktopPoolDetails. A user friendly display name. Avoid entering confidential information. :return: The display_name of this UpdateDesktopPoolDetails. :rtype: str �r �r r! r! r"