ruạṛ
a N��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 �str� DataAsset� Connection)� model_type�bucket_name�staging_file_name�staging_data_asset�staging_connection� modelType� bucketName�stagingFileName�stagingDataAsset�stagingConnectionN�ORACLEATPWRITEATTRIBUTE)� swagger_types� attribute_map�_model_type�_bucket_name�_staging_file_name�_staging_data_asset�_staging_connection)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 C 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 O 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 g 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 s 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&