📂 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_attribute.cpython-39.opt-1.pyc
a ���f* � @ 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 )�OracleAtpWriteAttributezV Properties to configure writing to Oracle Autonomous Transaction Processing. c K sL dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d| _d S )a' Initializes a new OracleAtpWriteAttribute object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.OracleAtpWriteAttribute.model_type` attribute of this class is ``ORACLEATPWRITEATTRIBUTE`` 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 OracleAtpWriteAttribute. 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_name: The value to assign to the bucket_name property of this OracleAtpWriteAttribute. :type bucket_name: str :param staging_file_name: The value to assign to the staging_file_name property of this OracleAtpWriteAttribute. :type staging_file_name: str :param staging_data_asset: The value to assign to the staging_data_asset property of this OracleAtpWriteAttribute. :type staging_data_asset: oci.data_integration.models.DataAsset :param staging_connection: The value to assign to the staging_connection property of this OracleAtpWriteAttribute. :type staging_connection: oci.data_integration.models.Connection �strZ DataAssetZ Connection)Z model_type�bucket_name�staging_file_name�staging_data_asset�staging_connectionZ modelTypeZ bucketNameZstagingFileNameZstagingDataAssetZstagingConnectionNZORACLEATPWRITEATTRIBUTE)Z swagger_typesZ attribute_mapZ_model_type�_bucket_name�_staging_file_name�_staging_data_asset�_staging_connection)�self�kwargs� r �Z/usr/lib/python3.9/site-packages/oci/data_integration/models/oracle_atp_write_attribute.py�__init__ s$ � �z OracleAtpWriteAttribute.__init__c C s | j S )z� Gets the bucket_name of this OracleAtpWriteAttribute. The bucket name for the attribute. :return: The bucket_name of this OracleAtpWriteAttribute. :rtype: str �r �r r r r r E s z#OracleAtpWriteAttribute.bucket_namec C s || _ dS )z� Sets the bucket_name of this OracleAtpWriteAttribute. The bucket name for the attribute. :param bucket_name: The bucket_name of this OracleAtpWriteAttribute. :type: str Nr )r r r r r r Q s c C s | j S )z� Gets the staging_file_name of this OracleAtpWriteAttribute. The file name for the attribute. :return: The staging_file_name of this OracleAtpWriteAttribute. :rtype: str �r r r r r r ] s z)OracleAtpWriteAttribute.staging_file_namec C s || _ dS )z� Sets the staging_file_name of this OracleAtpWriteAttribute. The file name for the attribute. :param staging_file_name: The staging_file_name of this OracleAtpWriteAttribute. :type: str Nr )r r r r r r i s c C s | j S )z� Gets the staging_data_asset of this OracleAtpWriteAttribute. :return: The staging_data_asset of this OracleAtpWriteAttribute. :rtype: oci.data_integration.models.DataAsset �r r r r r r u s z*OracleAtpWriteAttribute.staging_data_assetc C s || _ dS )z� Sets the staging_data_asset of this OracleAtpWriteAttribute. :param staging_data_asset: The staging_data_asset of this OracleAtpWriteAttribute. :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 OracleAtpWriteAttribute. :return: The staging_connection of this OracleAtpWriteAttribute. :rtype: oci.data_integration.models.Connection �r r r r r r � s z*OracleAtpWriteAttribute.staging_connectionc C s || _ dS )z� Sets the staging_connection of this OracleAtpWriteAttribute. :param staging_connection: The staging_connection of this OracleAtpWriteAttribute. :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 OracleAtpWriteAttribute.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zOracleAtpWriteAttribute.__eq__c C s | |k S r r r r r r �__ne__� s zOracleAtpWriteAttribute.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r! r"