📂 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: create_export_details.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�CreateExportDetailsz* Details for creating the export. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a Initializes a new CreateExportDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param export_options: The value to assign to the export_options property of this CreateExportDetails. :type export_options: list[oci.file_storage.models.ClientOptions] :param export_set_id: The value to assign to the export_set_id property of this CreateExportDetails. :type export_set_id: str :param file_system_id: The value to assign to the file_system_id property of this CreateExportDetails. :type file_system_id: str :param path: The value to assign to the path property of this CreateExportDetails. :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 CreateExportDetails. :type is_idmap_groups_for_sys_auth: bool zlist[ClientOptions]�str�bool)�export_options� export_set_id�file_system_id�path�is_idmap_groups_for_sys_authZ exportOptionsZexportSetIdZfileSystemIdr ZisIdmapGroupsForSysAuthN)Z swagger_typesZ attribute_map�_export_options�_export_set_id�_file_system_id�_path�_is_idmap_groups_for_sys_auth)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/file_storage/models/create_export_details.py�__init__ s"