📂 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: desktop_pool_desktop_summary.cpython-39.opt-1.pyc
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 ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zd#d$� Zd%d&� Zd'd(� Zd)S )*�DesktopPoolDesktopSummaryz� Provides information about a desktop within a desktop pool, such as if it is assigned to a user, the state, owner, desktop pool, resource id, and time created. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILEDc K sd ddddddddd�| _ ddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a� Initializes a new DesktopPoolDesktopSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param lifecycle_state: The value to assign to the lifecycle_state property of this DesktopPoolDesktopSummary. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "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 instance_id: The value to assign to the instance_id property of this DesktopPoolDesktopSummary. :type instance_id: str :param user_name: The value to assign to the user_name property of this DesktopPoolDesktopSummary. :type user_name: str :param desktop_id: The value to assign to the desktop_id property of this DesktopPoolDesktopSummary. :type desktop_id: str :param is_assigned: The value to assign to the is_assigned property of this DesktopPoolDesktopSummary. :type is_assigned: bool :param time_created: The value to assign to the time_created property of this DesktopPoolDesktopSummary. :type time_created: datetime :param freeform_tags: The value to assign to the freeform_tags property of this DesktopPoolDesktopSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this DesktopPoolDesktopSummary. :type defined_tags: dict(str, dict(str, object)) �str�boolZdatetimezdict(str, str)zdict(str, dict(str, object)))�lifecycle_state�instance_id� user_name� desktop_id�is_assigned�time_created� freeform_tags�defined_tagsZlifecycleStateZ instanceIdZuserNameZ desktopIdZ isAssignedZtimeCreatedZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map�_lifecycle_state�_instance_id� _user_name�_desktop_id�_is_assigned� _time_created�_freeform_tags� _defined_tags)�self�kwargs� r"