📂 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
›
data_integration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_integration/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_export_request_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� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�CreateExportRequestDetailsai Details of export request. Export is supported using three ways. First, when objectKeys are provided, export of those objects take place. Second, when filter are provided, all the objects based on the filter provided are exported. Third, when neither objectKeys nor filters are provided, we export all the design objects for the workspace. c K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )aN Initializes a new CreateExportRequestDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param bucket_name: The value to assign to the bucket_name property of this CreateExportRequestDetails. :type bucket_name: str :param file_name: The value to assign to the file_name property of this CreateExportRequestDetails. :type file_name: str :param object_storage_tenancy_id: The value to assign to the object_storage_tenancy_id property of this CreateExportRequestDetails. :type object_storage_tenancy_id: str :param object_storage_region: The value to assign to the object_storage_region property of this CreateExportRequestDetails. :type object_storage_region: str :param is_object_overwrite_enabled: The value to assign to the is_object_overwrite_enabled property of this CreateExportRequestDetails. :type is_object_overwrite_enabled: bool :param object_keys: The value to assign to the object_keys property of this CreateExportRequestDetails. :type object_keys: list[str] :param are_references_included: The value to assign to the are_references_included property of this CreateExportRequestDetails. :type are_references_included: bool :param filters: The value to assign to the filters property of this CreateExportRequestDetails. :type filters: list[str] �str�boolz list[str])�bucket_name� file_name�object_storage_tenancy_id�object_storage_region�is_object_overwrite_enabled�object_keys�are_references_included�filtersZ bucketNameZfileNameZobjectStorageTenancyIdZobjectStorageRegionZisObjectOverwriteEnabledZ objectKeysZareReferencesIncludedr N) Z swagger_typesZ attribute_map�_bucket_name� _file_name�_object_storage_tenancy_id�_object_storage_region�_is_object_overwrite_enabled�_object_keys�_are_references_included�_filters)�self�kwargs� r �]/usr/lib/python3.9/site-packages/oci/data_integration/models/create_export_request_details.py�__init__ s4 '��z#CreateExportRequestDetails.__init__c C s | j S )a **[Required]** Gets the bucket_name of this CreateExportRequestDetails. Name of the Object Storage bucket where the object will be exported. :return: The bucket_name of this CreateExportRequestDetails. :rtype: str �r �r r r r r Z s z&CreateExportRequestDetails.bucket_namec C s || _ dS )z� Sets the bucket_name of this CreateExportRequestDetails. Name of the Object Storage bucket where the object will be exported. :param bucket_name: The bucket_name of this CreateExportRequestDetails. :type: str Nr )r r r r r r f s c C s | j S )z� Gets the file_name of this CreateExportRequestDetails. Name of the exported zip file. :return: The file_name of this CreateExportRequestDetails. :rtype: str �r r r r r r r s z$CreateExportRequestDetails.file_namec C s || _ dS )z� Sets the file_name of this CreateExportRequestDetails. Name of the exported zip file. :param file_name: The file_name of this CreateExportRequestDetails. :type: str Nr )r r r r r r ~ s c C s | j S )a. Gets the object_storage_tenancy_id of this CreateExportRequestDetails. Optional parameter to point to object storage tenancy (if using Object Storage of different tenancy) :return: The object_storage_tenancy_id of this CreateExportRequestDetails. :rtype: str �r r r r r r � s z4CreateExportRequestDetails.object_storage_tenancy_idc C s || _ dS )aF Sets the object_storage_tenancy_id of this CreateExportRequestDetails. Optional parameter to point to object storage tenancy (if using Object Storage of different tenancy) :param object_storage_tenancy_id: The object_storage_tenancy_id of this CreateExportRequestDetails. :type: str Nr! )r r r r r r � s c C s | j S )a Gets the object_storage_region of this CreateExportRequestDetails. Region of the object storage (if using object storage of different region) :return: The object_storage_region of this CreateExportRequestDetails. :rtype: str �r r r r r r � s z0CreateExportRequestDetails.object_storage_regionc C s || _ dS )a Sets the object_storage_region of this CreateExportRequestDetails. Region of the object storage (if using object storage of different region) :param object_storage_region: The object_storage_region of this CreateExportRequestDetails. :type: str Nr"