📂 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: create_mount_target_details.cpython-39.pyc
a ���f7M � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�CreateMountTargetDetailsz0 Details for creating the mount target. c K s� dddddddddddddd� | _ d d ddd ddddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )aR Initializes a new CreateMountTargetDetails 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 CreateMountTargetDetails. :type availability_domain: str :param compartment_id: The value to assign to the compartment_id property of this CreateMountTargetDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateMountTargetDetails. :type display_name: str :param hostname_label: The value to assign to the hostname_label property of this CreateMountTargetDetails. :type hostname_label: str :param ip_address: The value to assign to the ip_address property of this CreateMountTargetDetails. :type ip_address: str :param subnet_id: The value to assign to the subnet_id property of this CreateMountTargetDetails. :type subnet_id: str :param idmap_type: The value to assign to the idmap_type property of this CreateMountTargetDetails. :type idmap_type: str :param ldap_idmap: The value to assign to the ldap_idmap property of this CreateMountTargetDetails. :type ldap_idmap: oci.file_storage.models.CreateLdapIdmapDetails :param nsg_ids: The value to assign to the nsg_ids property of this CreateMountTargetDetails. :type nsg_ids: list[str] :param kerberos: The value to assign to the kerberos property of this CreateMountTargetDetails. :type kerberos: oci.file_storage.models.CreateKerberosDetails :param freeform_tags: The value to assign to the freeform_tags property of this CreateMountTargetDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateMountTargetDetails. :type defined_tags: dict(str, dict(str, object)) :param requested_throughput: The value to assign to the requested_throughput property of this CreateMountTargetDetails. :type requested_throughput: int �strZCreateLdapIdmapDetailsz list[str]ZCreateKerberosDetailszdict(str, str)zdict(str, dict(str, object))�int) �availability_domain�compartment_id�display_name�hostname_label� ip_address� subnet_id� idmap_type� ldap_idmap�nsg_ids�kerberos� freeform_tags�defined_tags�requested_throughputZavailabilityDomainZ compartmentIdZdisplayNameZ hostnameLabelZ ipAddressZsubnetIdZ idmapTypeZ ldapIdmapZnsgIdsr ZfreeformTagsZdefinedTagsZrequestedThroughputN)Z swagger_typesZ attribute_map�_availability_domain�_compartment_id� _display_name�_hostname_label�_ip_address� _subnet_id�_idmap_type�_ldap_idmap�_nsg_ids� _kerberos�_freeform_tags� _defined_tags�_requested_throughput)�self�kwargs� r% �W/usr/lib/python3.9/site-packages/oci/file_storage/models/create_mount_target_details.py�__init__ sR ;��z!CreateMountTargetDetails.__init__c C s | j S )a' **[Required]** Gets the availability_domain of this CreateMountTargetDetails. The availability domain in which to create the mount target. Example: `Uocm:PHX-AD-1` :return: The availability_domain of this CreateMountTargetDetails. :rtype: str �r �r# r% r% r&