📂 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: export_summary.cpython-39.opt-1.pyc
a ���f#+ � @ 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� �Zdd� Zdd � Zd!d"� Zd#S )$� ExportSummaryz, Summary information for an export. �CREATING�ACTIVE�DELETING�DELETEDc K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new ExportSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param export_set_id: The value to assign to the export_set_id property of this ExportSummary. :type export_set_id: str :param file_system_id: The value to assign to the file_system_id property of this ExportSummary. :type file_system_id: str :param id: The value to assign to the id property of this ExportSummary. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ExportSummary. 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 path: The value to assign to the path property of this ExportSummary. :type path: str :param is_idmap_groups_for_sys_auth: The value to assign to the is_idmap_groups_for_sys_auth property of this ExportSummary. :type is_idmap_groups_for_sys_auth: bool :param time_created: The value to assign to the time_created property of this ExportSummary. :type time_created: datetime �str�boolZdatetime)� export_set_id�file_system_id�id�lifecycle_state�path�is_idmap_groups_for_sys_auth�time_createdZexportSetIdZfileSystemIdr ZlifecycleStater ZisIdmapGroupsForSysAuthZtimeCreatedN) Z swagger_typesZ attribute_map�_export_set_id�_file_system_id�_id�_lifecycle_state�_path�_is_idmap_groups_for_sys_auth� _time_created)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/file_storage/models/export_summary.py�__init__"