📂 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.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_file_system_details.cpython-39.opt-1.pyc
a ���f�8 � @ 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� �Zedd� �Zej d d� �Zd!d"� Zd#d$� Zd%d&� Zd'S )(�CreateFileSystemDetailsz/ Details for creating the file system. �DETACH�ATTACHc K sn dddddddddd� | _ ddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a* Initializes a new CreateFileSystemDetails 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 CreateFileSystemDetails. :type availability_domain: str :param compartment_id: The value to assign to the compartment_id property of this CreateFileSystemDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateFileSystemDetails. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateFileSystemDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateFileSystemDetails. :type defined_tags: dict(str, dict(str, object)) :param kms_key_id: The value to assign to the kms_key_id property of this CreateFileSystemDetails. :type kms_key_id: str :param source_snapshot_id: The value to assign to the source_snapshot_id property of this CreateFileSystemDetails. :type source_snapshot_id: str :param clone_attach_status: The value to assign to the clone_attach_status property of this CreateFileSystemDetails. Allowed values for this property are: "DETACH", "ATTACH" :type clone_attach_status: str :param filesystem_snapshot_policy_id: The value to assign to the filesystem_snapshot_policy_id property of this CreateFileSystemDetails. :type filesystem_snapshot_policy_id: str �strzdict(str, str)zdict(str, dict(str, object))) �availability_domain�compartment_id�display_name� freeform_tags�defined_tags� kms_key_id�source_snapshot_id�clone_attach_status�filesystem_snapshot_policy_idZavailabilityDomainZ compartmentIdZdisplayNameZfreeformTagsZdefinedTagsZkmsKeyIdZsourceSnapshotIdZcloneAttachStatusZfilesystemSnapshotPolicyIdN)Z swagger_typesZ attribute_map�_availability_domain�_compartment_id� _display_name�_freeform_tags� _defined_tags�_kms_key_id�_source_snapshot_id�_clone_attach_status�_filesystem_snapshot_policy_id)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/file_storage/models/create_file_system_details.py�__init__ s: ,� �z CreateFileSystemDetails.__init__c C s | j S )a **[Required]** Gets the availability_domain of this CreateFileSystemDetails. The availability domain to create the file system in. Example: `Uocm:PHX-AD-1` :return: The availability_domain of this CreateFileSystemDetails. :rtype: str �r �r r r r r g s z+CreateFileSystemDetails.availability_domainc C s || _ dS )a! Sets the availability_domain of this CreateFileSystemDetails. The availability domain to create the file system in. Example: `Uocm:PHX-AD-1` :param availability_domain: The availability_domain of this CreateFileSystemDetails. :type: str Nr! )r r r r r r u s c C s | j S )aM **[Required]** Gets the compartment_id of this CreateFileSystemDetails. The `OCID`__ of the compartment to create the file system in. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateFileSystemDetails. :rtype: str �r r"