📂 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: file_system.pyc
a N��fwW � @ 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.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Zd9d:� Zd;d<� Zd=d>� Zd?S )@� 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�DELETING�DELETED�FAILEDc K s� ddddddddddddddddd�| _ d d ddd dddddddddddd�| _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", "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 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 �str�int�datetimezdict(str, str)zdict(str, dict(str, object))� 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�lifecycle_details� is_targetable�replication_target_id�availabilityDomain�meteredBytes� compartmentId�displayNamer �lifecycleState�timeCreated�freeformTags�definedTags�kmsKeyId� sourceDetails� isCloneParent� isHydrated�lifecycleDetails�isTargetable�replicationTargetIdN)� swagger_types� 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�_lifecycle_details�_is_targetable�_replication_target_id)�self�kwargs� rD ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/file_storage/models/file_system.py�__init__/ sd I��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 �r2 �rB rD rD rE r � s zFileSystem.availability_domainc C s || _ dS )a/ Sets 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` :param availability_domain: The availability_domain of this FileSystem. :type: str NrG )rB r rD rD rE r � s c C s | j S )a **[Required]** Gets the metered_bytes of this FileSystem. The number of bytes consumed by the file system, including any snapshots. This number reflects the metered size of the file system and is updated asynchronously with respect to updates to the file system. For more information, see `File System Usage and Metering`__. __ https://docs.cloud.oracle.com/Content/File/Concepts/FSutilization.htm :return: The metered_bytes of this FileSystem. :rtype: int �r3 rH rD rD rE r � s zFileSystem.metered_bytesc C s || _ dS )a Sets the metered_bytes of this FileSystem. The number of bytes consumed by the file system, including any snapshots. This number reflects the metered size of the file system and is updated asynchronously with respect to updates to the file system. For more information, see `File System Usage and Metering`__. __ https://docs.cloud.oracle.com/Content/File/Concepts/FSutilization.htm :param metered_bytes: The metered_bytes of this FileSystem. :type: int NrI )rB r rD rD rE r � s c C s | j S )a4 **[Required]** Gets the compartment_id of this FileSystem. The `OCID`__ of the compartment that contains the file system. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this FileSystem. :rtype: str �r4 rH rD rD rE r � s zFileSystem.compartment_idc C s || _ dS )a2 Sets the compartment_id of this FileSystem. The `OCID`__ of the compartment that contains the file system. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this FileSystem. :type: str NrJ )rB r rD rD rE r � s c C s | j S )a= **[Required]** Gets the display_name of this FileSystem. A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: `My file system` :return: The display_name of this FileSystem. :rtype: str �r5 rH rD rD rE r s zFileSystem.display_namec C s || _ dS )a9 Sets the display_name of this FileSystem. A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information. Example: `My file system` :param display_name: The display_name of this FileSystem. :type: str NrK )rB r rD rD rE r s c C s | j S )z� **[Required]** Gets the id of this FileSystem. The `OCID`__ of the file system. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this FileSystem. :rtype: str �r6 rH rD rD rE r * s z FileSystem.idc C s || _ dS )z� Sets the id of this FileSystem. The `OCID`__ of the file system. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this FileSystem. :type: str NrL )rB r rD rD rE r 8 s c C s | j S )a� **[Required]** Gets the lifecycle_state of this FileSystem. The current state of the file system. 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'. :return: The lifecycle_state of this FileSystem. :rtype: str )r7 rH rD rD rE r F s zFileSystem.lifecycle_statec C s g d�}t ||�sd}|| _dS )z� Sets the lifecycle_state of this FileSystem. The current state of the file system. :param lifecycle_state: The lifecycle_state of this FileSystem. :type: str )r r r r r �UNKNOWN_ENUM_VALUEN)r r7 )rB r �allowed_valuesrD rD rE r U s c C s | j S )ab **[Required]** Gets the time_created of this FileSystem. The date and time the file system was created, expressed in `RFC 3339`__ timestamp format. Example: `2016-08-25T21:10:29.600Z` __ https://tools.ietf.org/rfc/rfc3339 :return: The time_created of this FileSystem. :rtype: datetime �r8 rH rD rD rE r d s zFileSystem.time_createdc C s || _ dS )a^ Sets the time_created of this FileSystem. The date and time the file system was created, expressed in `RFC 3339`__ timestamp format. Example: `2016-08-25T21:10:29.600Z` __ https://tools.ietf.org/rfc/rfc3339 :param time_created: The time_created of this FileSystem. :type: datetime NrO )rB r rD rD rE r u s c C s | j S )a� Gets the freeform_tags of this FileSystem. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this FileSystem. :rtype: dict(str, str) �r9 rH rD rD rE r � s zFileSystem.freeform_tagsc C s || _ dS )a� Sets the freeform_tags of this FileSystem. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this FileSystem. :type: dict(str, str) NrP )rB r rD rD rE r � s c C s | j S )a� Gets the defined_tags of this FileSystem. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this FileSystem. :rtype: dict(str, dict(str, object)) �r: rH rD rD rE r � s zFileSystem.defined_tagsc C s || _ dS )a� Sets the defined_tags of this FileSystem. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this FileSystem. :type: dict(str, dict(str, object)) NrQ )rB r rD rD rE r � s c C s | j S )a2 Gets the kms_key_id of this FileSystem. The `OCID`__ of the KMS key which is the master encryption key for the file system. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The kms_key_id of this FileSystem. :rtype: str �r; rH rD rD rE r � s zFileSystem.kms_key_idc C s || _ dS )a; Sets the kms_key_id of this FileSystem. The `OCID`__ of the KMS key which is the master encryption key for the file system. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param kms_key_id: The kms_key_id of this FileSystem. :type: str NrR )rB r rD rD rE r � s c C s | j S )z� Gets the source_details of this FileSystem. :return: The source_details of this FileSystem. :rtype: oci.file_storage.models.SourceDetails �r<