📂 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: mount_target_summary.cpython-39.opt-1.pyc
a ���f\ � @ 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 dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zed.d/� �Zej d0d/� �Zed1d2� �Zej d3d2� �Zed4d5� �Zej d6d5� �Zed7d8� �Zej d9d8� �Zd:d;� Zd<d=� Zd>d?� Zd@S )A�MountTargetSummaryz= Summary information for the specified mount target. �CREATING�ACTIVE�DELETING�DELETED�FAILED�UPDATINGc K s� ddddddddddddddddd�| _ dd d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a� Initializes a new MountTargetSummary 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 MountTargetSummary. :type availability_domain: str :param compartment_id: The value to assign to the compartment_id property of this MountTargetSummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this MountTargetSummary. :type display_name: str :param export_set_id: The value to assign to the export_set_id property of this MountTargetSummary. :type export_set_id: str :param id: The value to assign to the id property of this MountTargetSummary. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this MountTargetSummary. Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "UPDATING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param private_ip_ids: The value to assign to the private_ip_ids property of this MountTargetSummary. :type private_ip_ids: list[str] :param subnet_id: The value to assign to the subnet_id property of this MountTargetSummary. :type subnet_id: str :param nsg_ids: The value to assign to the nsg_ids property of this MountTargetSummary. :type nsg_ids: list[str] :param time_billing_cycle_end: The value to assign to the time_billing_cycle_end property of this MountTargetSummary. :type time_billing_cycle_end: datetime :param observed_throughput: The value to assign to the observed_throughput property of this MountTargetSummary. :type observed_throughput: int :param requested_throughput: The value to assign to the requested_throughput property of this MountTargetSummary. :type requested_throughput: int :param reserved_storage_capacity: The value to assign to the reserved_storage_capacity property of this MountTargetSummary. :type reserved_storage_capacity: int :param time_created: The value to assign to the time_created property of this MountTargetSummary. :type time_created: datetime :param freeform_tags: The value to assign to the freeform_tags property of this MountTargetSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this MountTargetSummary. :type defined_tags: dict(str, dict(str, object)) �strz list[str]Zdatetime�intzdict(str, str)zdict(str, dict(str, object)))�availability_domain�compartment_id�display_name� export_set_id�id�lifecycle_state�private_ip_ids� subnet_id�nsg_ids�time_billing_cycle_end�observed_throughput�requested_throughput�reserved_storage_capacity�time_created� freeform_tags�defined_tagsZavailabilityDomainZ compartmentIdZdisplayNameZexportSetIdr ZlifecycleStateZprivateIpIdsZsubnetIdZnsgIdsZtimeBillingCycleEndZobservedThroughputZrequestedThroughputZreservedStorageCapacityZtimeCreatedZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_availability_domain�_compartment_id� _display_name�_export_set_id�_id�_lifecycle_state�_private_ip_ids� _subnet_id�_nsg_ids�_time_billing_cycle_end�_observed_throughput�_requested_throughput�_reserved_storage_capacity� _time_created�_freeform_tags� _defined_tags)�self�kwargs� r1 �P/usr/lib/python3.9/site-packages/oci/file_storage/models/mount_target_summary.py�__init__* sd I��zMountTargetSummary.__init__c C s | j S )a. Gets the availability_domain of this MountTargetSummary. The availability domain the mount target is in. May be unset as a blank or NULL value. Example: `Uocm:PHX-AD-1` :return: The availability_domain of this MountTargetSummary. :rtype: str �r �r/ r1 r1 r2 r � s z&MountTargetSummary.availability_domainc C s || _ dS )a@ Sets the availability_domain of this MountTargetSummary. The availability domain the mount target is in. May be unset as a blank or NULL value. Example: `Uocm:PHX-AD-1` :param availability_domain: The availability_domain of this MountTargetSummary. :type: str Nr4 )r/ r r1 r1 r2 r � s c C s | j S )aE **[Required]** Gets the compartment_id of this MountTargetSummary. The `OCID`__ of the compartment that contains the mount target. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this MountTargetSummary. :rtype: str �r r5 r1 r1 r2 r � s z!MountTargetSummary.compartment_idc C s || _ dS )aC Sets the compartment_id of this MountTargetSummary. The `OCID`__ of the compartment that contains the mount target. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this MountTargetSummary. :type: str Nr6 )r/ r r1 r1 r2 r � s c C s | j S )aN **[Required]** Gets the display_name of this MountTargetSummary. A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: `My mount target` :return: The display_name of this MountTargetSummary. :rtype: str �r! r5 r1 r1 r2 r � s zMountTargetSummary.display_namec C s || _ dS )aJ Sets the display_name of this MountTargetSummary. A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: `My mount target` :param display_name: The display_name of this MountTargetSummary. :type: str Nr7 )r/ r r1 r1 r2 r � s c C s | j S )a� Gets the export_set_id of this MountTargetSummary. The `OCID`__ of the associated export set. Controls what file systems will be exported using Network File System (NFS) protocol on this mount target. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The export_set_id of this MountTargetSummary. :rtype: str �r"