ruạṛ
a ���f�5 � @ 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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Zd#d$� Zd%d&� Zd'd(� Zd)S )*� ExportSetz{ A set of file systems to export through one or more mount targets. Composed of zero or more export resources. �CREATING�ACTIVE�DELETING�DELETEDc K sn dddddddddd� | _ ddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new ExportSet 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 ExportSet. :type availability_domain: str :param compartment_id: The value to assign to the compartment_id property of this ExportSet. :type compartment_id: str :param display_name: The value to assign to the display_name property of this ExportSet. :type display_name: str :param id: The value to assign to the id property of this ExportSet. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ExportSet. Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param max_fs_stat_bytes: The value to assign to the max_fs_stat_bytes property of this ExportSet. :type max_fs_stat_bytes: int :param max_fs_stat_files: The value to assign to the max_fs_stat_files property of this ExportSet. :type max_fs_stat_files: int :param time_created: The value to assign to the time_created property of this ExportSet. :type time_created: datetime :param vcn_id: The value to assign to the vcn_id property of this ExportSet. :type vcn_id: str �str�intZdatetime) �availability_domain�compartment_id�display_name�id�lifecycle_state�max_fs_stat_bytes�max_fs_stat_files�time_created�vcn_idZavailabilityDomainZ compartmentIdZdisplayNamer ZlifecycleStateZmaxFsStatBytesZmaxFsStatFilesZtimeCreatedZvcnIdN)Z swagger_typesZ attribute_map�_availability_domain�_compartment_id� _display_name�_id�_lifecycle_state�_max_fs_stat_bytes�_max_fs_stat_files� _time_created�_vcn_id)�self�kwargs� r! �F/usr/lib/python3.9/site-packages/oci/file_storage/models/export_set.py�__init__# s: -� �zExportSet.__init__c C s | j S )a Gets the availability_domain of this ExportSet. The availability domain the export set is in. May be unset as a blank or NULL value. Example: `Uocm:PHX-AD-1` :return: The availability_domain of this ExportSet. :rtype: str �r �r r! r! r"