📂 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: oracle_atp_write_attributes.cpython-39.opt-1.pyc
a ���fy � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�AbstractWriteAttribute� )�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 dd� Zdd� Zdd� Z dS )�OracleAtpWriteAttributeszY Properties to configure when writing to Oracle Autonomous Data Warehouse Cloud. c K sL dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _d| _dS ) aV Initializes a new OracleAtpWriteAttributes object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.OracleAtpWriteAttributes.model_type` attribute of this class is ``ORACLE_ATP_WRITE_ATTRIBUTE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this OracleAtpWriteAttributes. Allowed values for this property are: "ORACLEWRITEATTRIBUTE", "ORACLEATPWRITEATTRIBUTE", "ORACLEADWCWRITEATTRIBUTE", "OBJECTSTORAGEWRITEATTRIBUTE", "ORACLE_WRITE_ATTRIBUTE", "ORACLE_ATP_WRITE_ATTRIBUTE", "ORACLE_ADWC_WRITE_ATTRIBUTE", "OBJECT_STORAGE_WRITE_ATTRIBUTE" :type model_type: str :param bucket_schema: The value to assign to the bucket_schema property of this OracleAtpWriteAttributes. :type bucket_schema: oci.data_integration.models.Schema :param staging_file_name: The value to assign to the staging_file_name property of this OracleAtpWriteAttributes. :type staging_file_name: str :param staging_data_asset: The value to assign to the staging_data_asset property of this OracleAtpWriteAttributes. :type staging_data_asset: oci.data_integration.models.DataAsset :param staging_connection: The value to assign to the staging_connection property of this OracleAtpWriteAttributes. :type staging_connection: oci.data_integration.models.Connection �strZSchemaZ DataAssetZ Connection)Z model_type� bucket_schema�staging_file_name�staging_data_asset�staging_connectionZ modelTypeZbucketSchemaZstagingFileNameZstagingDataAssetZstagingConnectionNZORACLE_ATP_WRITE_ATTRIBUTE)Z swagger_typesZ attribute_mapZ_model_type�_bucket_schema�_staging_file_name�_staging_data_asset�_staging_connection)�self�kwargs� r �[/usr/lib/python3.9/site-packages/oci/data_integration/models/oracle_atp_write_attributes.py�__init__ s$ � �z!OracleAtpWriteAttributes.__init__c C s | j S )z� Gets the bucket_schema of this OracleAtpWriteAttributes. :return: The bucket_schema of this OracleAtpWriteAttributes. :rtype: oci.data_integration.models.Schema �r �r r r r r E s z&OracleAtpWriteAttributes.bucket_schemac C s || _ dS )z� Sets the bucket_schema of this OracleAtpWriteAttributes. :param bucket_schema: The bucket_schema of this OracleAtpWriteAttributes. :type: oci.data_integration.models.Schema Nr )r r r r r r O s c C s | j S )z� Gets the staging_file_name of this OracleAtpWriteAttributes. The file name for the attribute. :return: The staging_file_name of this OracleAtpWriteAttributes. :rtype: str �r r r r r r Y s z*OracleAtpWriteAttributes.staging_file_namec C s || _ dS )z� Sets the staging_file_name of this OracleAtpWriteAttributes. The file name for the attribute. :param staging_file_name: The staging_file_name of this OracleAtpWriteAttributes. :type: str Nr )r r r r r r e s c C s | j S )z� Gets the staging_data_asset of this OracleAtpWriteAttributes. :return: The staging_data_asset of this OracleAtpWriteAttributes. :rtype: oci.data_integration.models.DataAsset �r r r r r r q s z+OracleAtpWriteAttributes.staging_data_assetc C s || _ dS )z� Sets the staging_data_asset of this OracleAtpWriteAttributes. :param staging_data_asset: The staging_data_asset of this OracleAtpWriteAttributes. :type: oci.data_integration.models.DataAsset Nr )r r r r r r { s c C s | j S )z� Gets the staging_connection of this OracleAtpWriteAttributes. :return: The staging_connection of this OracleAtpWriteAttributes. :rtype: oci.data_integration.models.Connection �r r r r r r � s z+OracleAtpWriteAttributes.staging_connectionc C s || _ dS )z� Sets the staging_connection of this OracleAtpWriteAttributes. :param staging_connection: The staging_connection of this OracleAtpWriteAttributes. :type: oci.data_integration.models.Connection Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z!OracleAtpWriteAttributes.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zOracleAtpWriteAttributes.__eq__c C s | |k S r r r r r r �__ne__� s zOracleAtpWriteAttributes.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r! r"