📂 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: snapshot.pyc
a N��fF � @ 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 ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zd/d0� Zd1d2� Zd3d4� Zd5S )6�Snapshotz> A point-in-time snapshot of a specified file system. �CREATING�ACTIVE�DELETING�DELETED�USER�POLICY_BASED�REPLICATIONc K s� ddddddddddddd�| _ ddd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a4 Initializes a new Snapshot object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param file_system_id: The value to assign to the file_system_id property of this Snapshot. :type file_system_id: str :param id: The value to assign to the id property of this Snapshot. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this Snapshot. 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 name: The value to assign to the name property of this Snapshot. :type name: str :param time_created: The value to assign to the time_created property of this Snapshot. :type time_created: datetime :param snapshot_type: The value to assign to the snapshot_type property of this Snapshot. Allowed values for this property are: "USER", "POLICY_BASED", "REPLICATION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type snapshot_type: str :param snapshot_time: The value to assign to the snapshot_time property of this Snapshot. :type snapshot_time: datetime :param provenance_id: The value to assign to the provenance_id property of this Snapshot. :type provenance_id: str :param is_clone_source: The value to assign to the is_clone_source property of this Snapshot. :type is_clone_source: bool :param lifecycle_details: The value to assign to the lifecycle_details property of this Snapshot. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this Snapshot. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Snapshot. :type defined_tags: dict(str, dict(str, object)) �str�datetime�boolzdict(str, str)zdict(str, dict(str, object)))�file_system_id�id�lifecycle_state�name�time_created� snapshot_type� snapshot_time� provenance_id�is_clone_source�lifecycle_details� freeform_tags�defined_tags�fileSystemIdr �lifecycleStater �timeCreated�snapshotType�snapshotTime�provenanceId� isCloneSource�lifecycleDetails�freeformTags�definedTagsN)� swagger_types� attribute_map�_file_system_id�_id�_lifecycle_state�_name� _time_created�_snapshot_type�_snapshot_time�_provenance_id�_is_clone_source�_lifecycle_details�_freeform_tags� _defined_tags)�self�kwargs� r7 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/file_storage/models/snapshot.py�__init__, sL ;��zSnapshot.__init__c C s | j S )a> **[Required]** Gets the file_system_id of this Snapshot. The `OCID`__ of the file system from which the snapshot was created. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The file_system_id of this Snapshot. :rtype: str �r) �r5 r7 r7 r8 r � s zSnapshot.file_system_idc C s || _ dS )a< Sets the file_system_id of this Snapshot. The `OCID`__ of the file system from which the snapshot was created. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param file_system_id: The file_system_id of this Snapshot. :type: str Nr: )r5 r r7 r7 r8 r � s c C s | j S )z� **[Required]** Gets the id of this Snapshot. The `OCID`__ of the snapshot. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this Snapshot. :rtype: str �r* r; r7 r7 r8 r � s zSnapshot.idc C s || _ dS )z� Sets the id of this Snapshot. The `OCID`__ of the snapshot. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param id: The id of this Snapshot. :type: str Nr<