📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
file_storage
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/file_storage/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: snapshot.cpython-39.pyc
a ���fuO � @ 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-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zd5d6� Zd7d8� Zd9d:� Zd;S )<�Snapshotz> A point-in-time snapshot of a specified file system. �CREATING�ACTIVE�DELETING�DELETED�USER�POLICY_BASED�REPLICATIONc K s� ddddddddddddddd�| _ ddd d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a� 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)) :param expiration_time: The value to assign to the expiration_time property of this Snapshot. :type expiration_time: datetime :param filesystem_snapshot_policy_id: The value to assign to the filesystem_snapshot_policy_id property of this Snapshot. :type filesystem_snapshot_policy_id: str �strZdatetime�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�expiration_time�filesystem_snapshot_policy_idZfileSystemIdr ZlifecycleStater ZtimeCreatedZsnapshotTypeZsnapshotTimeZprovenanceIdZ isCloneSourceZlifecycleDetailsZfreeformTagsZdefinedTagsZexpirationTimeZfilesystemSnapshotPolicyIdN)Z swagger_typesZ 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�_expiration_time�_filesystem_snapshot_policy_id)�self�kwargs� r. �D/usr/lib/python3.9/site-packages/oci/file_storage/models/snapshot.py�__init__. sX C��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 �r, r. r. r/ 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 Nr1 )r, r r. r. r/ 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 r2 r. r. r/ 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 Nr3 )r, r r. r. r/ r � s c C s | j S )a� **[Required]** Gets the lifecycle_state of this Snapshot. The current state of the 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'. :return: The lifecycle_state of this Snapshot. :rtype: str )r r2 r. r. r/ r � s zSnapshot.lifecycle_statec C s g d�}t ||�sd}|| _dS )z� Sets the lifecycle_state of this Snapshot. The current state of the snapshot. :param lifecycle_state: The lifecycle_state of this Snapshot. :type: str )r r r r �UNKNOWN_ENUM_VALUEN)r r )r, r �allowed_valuesr. r. r/ r � s c C s | j S )a **[Required]** Gets the name of this Snapshot. Name of the snapshot. This value is immutable. Avoid entering confidential information. Example: `Sunday` :return: The name of this Snapshot. :rtype: str �r! r2 r. r. r/ r � s z Snapshot.namec C s || _ dS )z� Sets the name of this Snapshot. Name of the snapshot. This value is immutable. Avoid entering confidential information. Example: `Sunday` :param name: The name of this Snapshot. :type: str Nr6 )r, r r. r. r/ r s c C s | j S )a[ **[Required]** Gets the time_created of this Snapshot. The date and time the snapshot 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 Snapshot. :rtype: datetime �r"