📂 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
›
file_storage
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/file_storage/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: file_system_summary.cpython-39.pyc
a ���fV � @ 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 Zd Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zed4d5� �Zejd6d5� �Zed7d8� �Zejd9d8� �Zd:d;� Zd<d=� Z d>d?� Z!d@S )A�FileSystemSummaryz0 Summary information for a file system. �CREATING�ACTIVE�UPDATING�DELETING�DELETED�FAILED�ATTACHED� DETACHING�DETACHEDc K s� dddddddddddddddd�| _ d d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new FileSystemSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param availability_domain: The value to assign to the availability_domain property of this FileSystemSummary. :type availability_domain: str :param metered_bytes: The value to assign to the metered_bytes property of this FileSystemSummary. :type metered_bytes: int :param compartment_id: The value to assign to the compartment_id property of this FileSystemSummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this FileSystemSummary. :type display_name: str :param id: The value to assign to the id property of this FileSystemSummary. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this FileSystemSummary. Allowed values for this property are: "CREATING", "ACTIVE", "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 FileSystemSummary. :type time_created: datetime :param freeform_tags: The value to assign to the freeform_tags property of this FileSystemSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this FileSystemSummary. :type defined_tags: dict(str, dict(str, object)) :param kms_key_id: The value to assign to the kms_key_id property of this FileSystemSummary. :type kms_key_id: str :param source_details: The value to assign to the source_details property of this FileSystemSummary. :type source_details: oci.file_storage.models.SourceDetails :param is_clone_parent: The value to assign to the is_clone_parent property of this FileSystemSummary. :type is_clone_parent: bool :param is_hydrated: The value to assign to the is_hydrated property of this FileSystemSummary. :type is_hydrated: bool :param lifecycle_details: The value to assign to the lifecycle_details property of this FileSystemSummary. :type lifecycle_details: str :param clone_attach_status: The value to assign to the clone_attach_status property of this FileSystemSummary. Allowed values for this property are: "ATTACHED", "DETACHING", "DETACHED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type clone_attach_status: str �str�intZdatetimezdict(str, str)zdict(str, dict(str, object))Z SourceDetails�bool)�availability_domain� metered_bytes�compartment_id�display_name�id�lifecycle_state�time_created� freeform_tags�defined_tags� kms_key_id�source_details�is_clone_parent�is_hydrated�lifecycle_details�clone_attach_statusZavailabilityDomainZmeteredBytesZ compartmentIdZdisplayNamer ZlifecycleStateZtimeCreatedZfreeformTagsZdefinedTagsZkmsKeyIdZ sourceDetailsZ isCloneParentZ isHydratedZlifecycleDetailsZcloneAttachStatusN)Z swagger_typesZ attribute_map�_availability_domain�_metered_bytes�_compartment_id� _display_name�_id�_lifecycle_state� _time_created�_freeform_tags� _defined_tags�_kms_key_id�_source_details�_is_clone_parent�_is_hydrated�_lifecycle_details�_clone_attach_status)�self�kwargs� r3 �O/usr/lib/python3.9/site-packages/oci/file_storage/models/file_system_summary.py�__init__6 s^ G��zFileSystemSummary.__init__c C s | j S )a+ Gets the availability_domain of this FileSystemSummary. The availability domain the file system is in. May be unset as a blank or NULL value. Example: `Uocm:PHX-AD-1` :return: The availability_domain of this FileSystemSummary. :rtype: str �r"