📂 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.cpython-39.opt-1.pyc
a ���f�1 � @ 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 @ sP 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!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zd)d*� Zd+d,� Zd-d.� Zd/S )0�Desktopzq Provides information about a desktop including name, state, id, configuration, owner, and time created. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILEDc K sx ddddddddddd� | _ dd d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new Desktop object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this Desktop. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this Desktop. 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 time_created: The value to assign to the time_created property of this Desktop. :type time_created: datetime :param display_name: The value to assign to the display_name property of this Desktop. :type display_name: str :param device_policy: The value to assign to the device_policy property of this Desktop. :type device_policy: oci.desktops.models.DesktopDevicePolicy :param hosting_options: The value to assign to the hosting_options property of this Desktop. :type hosting_options: oci.desktops.models.HostingOptions :param user_name: The value to assign to the user_name property of this Desktop. :type user_name: str :param pool_id: The value to assign to the pool_id property of this Desktop. :type pool_id: str :param freeform_tags: The value to assign to the freeform_tags property of this Desktop. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Desktop. :type defined_tags: dict(str, dict(str, object)) �strZdatetimeZDesktopDevicePolicyZHostingOptionszdict(str, str)zdict(str, dict(str, object))) �id�lifecycle_state�time_created�display_name� device_policy�hosting_options� user_name�pool_id� freeform_tags�defined_tagsr ZlifecycleStateZtimeCreatedZdisplayNameZdevicePolicyZhostingOptionsZuserNameZpoolIdZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_id�_lifecycle_state� _time_created� _display_name�_device_policy�_hosting_options� _user_name�_pool_id�_freeform_tags� _defined_tags)�self�kwargs� r% �?/usr/lib/python3.9/site-packages/oci/desktops/models/desktop.py�__init__. s@ 1�� zDesktop.__init__c C s | j S )z� **[Required]** Gets the id of this Desktop. The OCID of the desktop. :return: The id of this Desktop. :rtype: str �r �r# r% r% r&