📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
file_storage
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/file_storage/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: file_system_summary.pyc
a N��f�K � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Zd3d4� Zd5d6� Zd7d8� Zd9S ):�FileSystemSummaryz0 Summary information for a file system. �CREATING�ACTIVE�DELETING�DELETED�FAILEDc K s� ddddddddddddddd�| _ d d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )aP 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", "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 �str�int�datetimezdict(str, str)zdict(str, dict(str, object))� 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�availabilityDomain�meteredBytes� compartmentId�displayNamer �lifecycleState�timeCreated�freeformTags�definedTags�kmsKeyId� sourceDetails� isCloneParent� isHydrated�lifecycleDetailsN)� swagger_types� 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)�self�kwargs� r>