📂 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_volume_summary.cpython-39.pyc
a ���fg) � @ 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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zd d!� Zd"d#� Zd$S )%�DesktopPoolVolumeSummaryzF Provides information about a volume within the desktop pool. �ACTIVE�INACTIVEc K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )as Initializes a new DesktopPoolVolumeSummary 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 DesktopPoolVolumeSummary. :type id: str :param name: The value to assign to the name property of this DesktopPoolVolumeSummary. :type name: str :param lifecycle_state: The value to assign to the lifecycle_state property of this DesktopPoolVolumeSummary. Allowed values for this property are: "ACTIVE", "INACTIVE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param user_name: The value to assign to the user_name property of this DesktopPoolVolumeSummary. :type user_name: str :param pool_id: The value to assign to the pool_id property of this DesktopPoolVolumeSummary. :type pool_id: str :param availability_domain: The value to assign to the availability_domain property of this DesktopPoolVolumeSummary. :type availability_domain: str :param freeform_tags: The value to assign to the freeform_tags property of this DesktopPoolVolumeSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this DesktopPoolVolumeSummary. :type defined_tags: dict(str, dict(str, object)) �strzdict(str, str)zdict(str, dict(str, object)))�id�name�lifecycle_state� user_name�pool_id�availability_domain� freeform_tags�defined_tagsr r ZlifecycleStateZuserNameZpoolIdZavailabilityDomainZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map�_id�_name�_lifecycle_state� _user_name�_pool_id�_availability_domain�_freeform_tags� _defined_tags)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/desktops/models/desktop_pool_volume_summary.py�__init__ s4 )��z!DesktopPoolVolumeSummary.__init__c C s | j S )z� **[Required]** Gets the id of this DesktopPoolVolumeSummary. The OCID of the desktop pool volume. :return: The id of this DesktopPoolVolumeSummary. :rtype: str �r �r r r r r a s zDesktopPoolVolumeSummary.idc C s || _ dS )z� Sets the id of this DesktopPoolVolumeSummary. The OCID of the desktop pool volume. :param id: The id of this DesktopPoolVolumeSummary. :type: str Nr )r r r r r r m s c C s | j S )z� **[Required]** Gets the name of this DesktopPoolVolumeSummary. The name of the desktop pool volume. :return: The name of this DesktopPoolVolumeSummary. :rtype: str �r r r r r r y s zDesktopPoolVolumeSummary.namec C s || _ dS )z� Sets the name of this DesktopPoolVolumeSummary. The name of the desktop pool volume. :param name: The name of this DesktopPoolVolumeSummary. :type: str Nr! )r r r r r r � s c C s | j S )a� **[Required]** Gets the lifecycle_state of this DesktopPoolVolumeSummary. The state of the desktop pool volume. Allowed values for this property are: "ACTIVE", "INACTIVE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The lifecycle_state of this DesktopPoolVolumeSummary. :rtype: str )r r r r r r � s z(DesktopPoolVolumeSummary.lifecycle_statec C s ddg}t ||�sd}|| _dS )z� Sets the lifecycle_state of this DesktopPoolVolumeSummary. The state of the desktop pool volume. :param lifecycle_state: The lifecycle_state of this DesktopPoolVolumeSummary. :type: str r r ZUNKNOWN_ENUM_VALUEN)r r )r r Zallowed_valuesr r r r � s c C s | j S )z� **[Required]** Gets the user_name of this DesktopPoolVolumeSummary. The owner of the desktop pool volume. :return: The user_name of this DesktopPoolVolumeSummary. :rtype: str �r r r r r r � s z"DesktopPoolVolumeSummary.user_namec C s || _ dS )z� Sets the user_name of this DesktopPoolVolumeSummary. The owner of the desktop pool volume. :param user_name: The user_name of this DesktopPoolVolumeSummary. :type: str Nr"