ruạṛ
a ���f�j � @ 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 @ sX e Zd ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze 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� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Ze d9d:� �Zejd;d:� �Ze d<d=� �Zejd>d=� �Ze d?d@� �Z e jdAd@� �Z e dBdC� �Z!e!jdDdC� �Z!e dEdF� �Z"e"jdGdF� �Z"dHdI� Z#dJdK� Z$dLdM� Z%dNS )O�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�FAILED�UPDATING�LDAP�NONEc K s� ddddddddddddddddddddd �| _ d ddd ddddddddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _dS )a� 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", "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 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 idmap_type: The value to assign to the idmap_type property of this MountTarget. Allowed values for this property are: "LDAP", "NONE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type idmap_type: str :param ldap_idmap: The value to assign to the ldap_idmap property of this MountTarget. :type ldap_idmap: oci.file_storage.models.LdapIdmap :param nsg_ids: The value to assign to the nsg_ids property of this MountTarget. :type nsg_ids: list[str] :param kerberos: The value to assign to the kerberos property of this MountTarget. :type kerberos: oci.file_storage.models.Kerberos :param time_billing_cycle_end: The value to assign to the time_billing_cycle_end property of this MountTarget. :type time_billing_cycle_end: datetime :param observed_throughput: The value to assign to the observed_throughput property of this MountTarget. :type observed_throughput: int :param requested_throughput: The value to assign to the requested_throughput property of this MountTarget. :type requested_throughput: int :param reserved_storage_capacity: The value to assign to the reserved_storage_capacity property of this MountTarget. :type reserved_storage_capacity: int :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]Z LdapIdmapZKerberosZdatetime�intzdict(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� idmap_type� ldap_idmap�nsg_ids�kerberos�time_billing_cycle_end�observed_throughput�requested_throughput�reserved_storage_capacity�time_created� freeform_tags�defined_tagsZavailabilityDomainZ compartmentIdZdisplayNameZexportSetIdr ZlifecycleDetailsZlifecycleStateZprivateIpIdsZsubnetIdZ idmapTypeZ ldapIdmapZnsgIdsr ZtimeBillingCycleEndZobservedThroughputZrequestedThroughputZreservedStorageCapacityZtimeCreatedZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_availability_domain�_compartment_id� _display_name�_export_set_id�_id�_lifecycle_details�_lifecycle_state�_private_ip_ids� _subnet_id�_idmap_type�_ldap_idmap�_nsg_ids� _kerberos�_time_billing_cycle_end�_observed_throughput�_requested_throughput�_reserved_storage_capacity� _time_created�_freeform_tags� _defined_tags)�self�kwargs� r; �H/usr/lib/python3.9/site-packages/oci/file_storage/models/mount_target.py�__init__4 s| [��zMountTarget.__init__c C s | j S )a Gets the availability_domain of this MountTarget. 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 MountTarget. :rtype: str �r% �r9 r; r; r<