ruạṛ
a ���f�m � @ 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 @ sB e Zd ZdZdZdZdZdZdZdZ dZ d Zd Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zed4d5� �Zejd6d5� �Zed7d8� �Zejd9d8� �Zed:d;� �Zejd<d;� �Zed=d>� �Z e jd?d>� �Z ed@dA� �Z!e!jdBdA� �Z!edCdD� �Z"e"jdEdD� �Z"dFdG� Z#dHdI� Z$dJdK� Z%dLS )M� FileSystemaR An NFS file system. To allow access to a file system, add it to an export set and associate the export set with a mount target. The same file system can be in multiple export sets and associated with multiple mount targets. To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to an administrator. If you're an administrator who needs to write policies to give users access, see `Getting Started with Policies`__. __ https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm �CREATING�ACTIVE�UPDATING�DELETING�DELETED�FAILED�ATTACHED� DETACHING�DETACHEDc K s� dddddddddddddddddddd�| _ d d ddd ddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new FileSystem 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 FileSystem. :type availability_domain: str :param metered_bytes: The value to assign to the metered_bytes property of this FileSystem. :type metered_bytes: int :param compartment_id: The value to assign to the compartment_id property of this FileSystem. :type compartment_id: str :param display_name: The value to assign to the display_name property of this FileSystem. :type display_name: str :param id: The value to assign to the id property of this FileSystem. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this FileSystem. Allowed values for this property are: "CREATING", "ACTIVE", "UPDATING", "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 time_created: The value to assign to the time_created property of this FileSystem. :type time_created: datetime :param freeform_tags: The value to assign to the freeform_tags property of this FileSystem. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this FileSystem. :type defined_tags: dict(str, dict(str, object)) :param kms_key_id: The value to assign to the kms_key_id property of this FileSystem. :type kms_key_id: str :param source_details: The value to assign to the source_details property of this FileSystem. :type source_details: oci.file_storage.models.SourceDetails :param is_clone_parent: The value to assign to the is_clone_parent property of this FileSystem. :type is_clone_parent: bool :param is_hydrated: The value to assign to the is_hydrated property of this FileSystem. :type is_hydrated: bool :param clone_count: The value to assign to the clone_count property of this FileSystem. :type clone_count: int :param clone_attach_status: The value to assign to the clone_attach_status property of this FileSystem. Allowed values for this property are: "ATTACHED", "DETACHING", "DETACHED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type clone_attach_status: str :param lifecycle_details: The value to assign to the lifecycle_details property of this FileSystem. :type lifecycle_details: str :param is_targetable: The value to assign to the is_targetable property of this FileSystem. :type is_targetable: bool :param replication_target_id: The value to assign to the replication_target_id property of this FileSystem. :type replication_target_id: str :param filesystem_snapshot_policy_id: The value to assign to the filesystem_snapshot_policy_id property of this FileSystem. :type filesystem_snapshot_policy_id: str �str�intZdatetimezdict(str, str)zdict(str, dict(str, object))Z SourceDetails�bool)�availability_domain� metered_bytes�compartment_id�display_name�id�lifecycle_state�time_created� freeform_tags�defined_tags� kms_key_id�source_details�is_clone_parent�is_hydrated�clone_count�clone_attach_status�lifecycle_details� is_targetable�replication_target_id�filesystem_snapshot_policy_idZavailabilityDomainZmeteredBytesZ compartmentIdZdisplayNamer ZlifecycleStateZtimeCreatedZfreeformTagsZdefinedTagsZkmsKeyIdZ sourceDetailsZ isCloneParentZ isHydratedZ cloneCountZcloneAttachStatusZlifecycleDetailsZisTargetableZreplicationTargetIdZfilesystemSnapshotPolicyIdN)Z swagger_typesZ attribute_map�_availability_domain�_metered_bytes�_compartment_id� _display_name�_id�_lifecycle_state� _time_created�_freeform_tags� _defined_tags�_kms_key_id�_source_details�_is_clone_parent�_is_hydrated�_clone_count�_clone_attach_status�_lifecycle_details�_is_targetable�_replication_target_id�_filesystem_snapshot_policy_id)�self�kwargs� r; �G/usr/lib/python3.9/site-packages/oci/file_storage/models/file_system.py�__init__A sv W��zFileSystem.__init__c C s | j S )a Gets the availability_domain of this FileSystem. The availability domain the file system is in. May be unset as a blank or NULL value. Example: `Uocm:PHX-AD-1` :return: The availability_domain of this FileSystem. :rtype: str �r&