📂 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: mount_target.pyc
a N��ffF � @ 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.� �Zd0d1� Zd2d3� Zd4d5� Zd6S )7�MountTargetz� Provides access to a collection of file systems through one or more VNICs on a specified subnet. The set of file systems is controlled through the referenced export set. �CREATING�ACTIVE�DELETING�DELETED�FAILEDc K s� dddddddddddddd� | _ ddd d ddd ddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a6 Initializes a new MountTarget 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 MountTarget. :type availability_domain: str :param compartment_id: The value to assign to the compartment_id property of this MountTarget. :type compartment_id: str :param display_name: The value to assign to the display_name property of this MountTarget. :type display_name: str :param export_set_id: The value to assign to the export_set_id property of this MountTarget. :type export_set_id: str :param id: The value to assign to the id property of this MountTarget. :type id: str :param lifecycle_details: The value to assign to the lifecycle_details property of this MountTarget. :type lifecycle_details: str :param lifecycle_state: The value to assign to the lifecycle_state property of this MountTarget. 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 private_ip_ids: The value to assign to the private_ip_ids property of this MountTarget. :type private_ip_ids: list[str] :param subnet_id: The value to assign to the subnet_id property of this MountTarget. :type subnet_id: str :param nsg_ids: The value to assign to the nsg_ids property of this MountTarget. :type nsg_ids: list[str] :param time_created: The value to assign to the time_created property of this MountTarget. :type time_created: datetime :param freeform_tags: The value to assign to the freeform_tags property of this MountTarget. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this MountTarget. :type defined_tags: dict(str, dict(str, object)) �strz list[str]�datetimezdict(str, str)zdict(str, dict(str, object))) �availability_domain�compartment_id�display_name� export_set_id�id�lifecycle_details�lifecycle_state�private_ip_ids� subnet_id�nsg_ids�time_created� freeform_tags�defined_tags�availabilityDomain� compartmentId�displayName�exportSetIdr �lifecycleDetails�lifecycleState�privateIpIds�subnetId�nsgIds�timeCreated�freeformTags�definedTagsN)� swagger_types� attribute_map�_availability_domain�_compartment_id� _display_name�_export_set_id�_id�_lifecycle_details�_lifecycle_state�_private_ip_ids� _subnet_id�_nsg_ids� _time_created�_freeform_tags� _defined_tags)�self�kwargs� r8 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/file_storage/models/mount_target.py�__init__&