📂 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_import_request_details.cpython-39.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 dd� Zdd� Zdd� ZdS ) �CreateImportRequestDetailsz# Details of import object. c K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a Initializes a new CreateImportRequestDetails 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 CreateImportRequestDetails. :type bucket_name: str :param file_name: The value to assign to the file_name property of this CreateImportRequestDetails. :type file_name: str :param object_storage_tenancy_id: The value to assign to the object_storage_tenancy_id property of this CreateImportRequestDetails. :type object_storage_tenancy_id: str :param object_storage_region: The value to assign to the object_storage_region property of this CreateImportRequestDetails. :type object_storage_region: str :param object_key_for_import: The value to assign to the object_key_for_import property of this CreateImportRequestDetails. :type object_key_for_import: str :param are_data_asset_references_included: The value to assign to the are_data_asset_references_included property of this CreateImportRequestDetails. :type are_data_asset_references_included: bool :param import_conflict_resolution: The value to assign to the import_conflict_resolution property of this CreateImportRequestDetails. :type import_conflict_resolution: oci.data_integration.models.ImportConflictResolution �str�boolZImportConflictResolution)�bucket_name� file_name�object_storage_tenancy_id�object_storage_region�object_key_for_import�"are_data_asset_references_included�import_conflict_resolutionZ bucketNameZfileNameZobjectStorageTenancyIdZobjectStorageRegionZobjectKeyForImportZareDataAssetReferencesIncludedZimportConflictResolutionN) Z swagger_typesZ attribute_map�_bucket_name� _file_name�_object_storage_tenancy_id�_object_storage_region�_object_key_for_import�#_are_data_asset_references_included�_import_conflict_resolution)�self�kwargs� r �]/usr/lib/python3.9/site-packages/oci/data_integration/models/create_import_request_details.py�__init__ s. #�� z#CreateImportRequestDetails.__init__c C s | j S )a **[Required]** Gets the bucket_name of this CreateImportRequestDetails. Name of the Object Storage bucket where the object will be imported from. :return: The bucket_name of this CreateImportRequestDetails. :rtype: str �r �r r r r r P s z&CreateImportRequestDetails.bucket_namec C s || _ dS )a Sets the bucket_name of this CreateImportRequestDetails. Name of the Object Storage bucket where the object will be imported from. :param bucket_name: The bucket_name of this CreateImportRequestDetails. :type: str Nr )r r r r r r \ s c C s | j S )z� **[Required]** Gets the file_name of this CreateImportRequestDetails. Name of the zip file to be imported. :return: The file_name of this CreateImportRequestDetails. :rtype: str �r r r r r r h s z$CreateImportRequestDetails.file_namec C s || _ dS )z� Sets the file_name of this CreateImportRequestDetails. Name of the zip file to be imported. :param file_name: The file_name of this CreateImportRequestDetails. :type: str Nr )r r r r r r t s c C s | j S )a. Gets the object_storage_tenancy_id of this CreateImportRequestDetails. Optional parameter to point to object storage tenancy (if using Object Storage of different tenancy) :return: The object_storage_tenancy_id of this CreateImportRequestDetails. :rtype: str �r r r r r r � s z4CreateImportRequestDetails.object_storage_tenancy_idc C s || _ dS )aF Sets the object_storage_tenancy_id of this CreateImportRequestDetails. 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 CreateImportRequestDetails. :type: str Nr )r r r r r r � s c C s | j S )a Gets the object_storage_region of this CreateImportRequestDetails. Region of the object storage (if using object storage of different region) :return: The object_storage_region of this CreateImportRequestDetails. :rtype: str �r r r r r r � s z0CreateImportRequestDetails.object_storage_regionc C s || _ dS )a Sets the object_storage_region of this CreateImportRequestDetails. Region of the object storage (if using object storage of different region) :param object_storage_region: The object_storage_region of this CreateImportRequestDetails. :type: str Nr )r r r r r r � s c C s | j S )a Gets the object_key_for_import of this CreateImportRequestDetails. Key of the object inside which all the objects will be imported :return: The object_key_for_import of this CreateImportRequestDetails. :rtype: str �r r r r r r � s z0CreateImportRequestDetails.object_key_for_importc C s || _ dS )a Sets the object_key_for_import of this CreateImportRequestDetails. Key of the object inside which all the objects will be imported :param object_key_for_import: The object_key_for_import of this CreateImportRequestDetails. :type: str Nr! )r r r r r r � s c C s | j S )a- Gets the are_data_asset_references_included of this CreateImportRequestDetails. This field controls if the data asset references will be included during import. :return: The are_data_asset_references_included of this CreateImportRequestDetails. :rtype: bool �r r r r r r � s z=CreateImportRequestDetails.are_data_asset_references_includedc C s || _ dS )aN Sets the are_data_asset_references_included of this CreateImportRequestDetails. This field controls if the data asset references will be included during import. :param are_data_asset_references_included: The are_data_asset_references_included of this CreateImportRequestDetails. :type: bool Nr"