ruạṛ
a N��fb � @ 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 d d� Z dd� Zdd� ZdS )�OracleWriteAttributez% The Oracle write attribute. c K sB ddddd�| _ ddddd�| _d | _d | _d | _d | _d | _d S )a Initializes a new OracleWriteAttribute object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.OracleWriteAttribute.model_type` attribute of this class is ``ORACLEWRITEATTRIBUTE`` 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 OracleWriteAttribute. 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 batch_size: The value to assign to the batch_size property of this OracleWriteAttribute. :type batch_size: int :param is_truncate: The value to assign to the is_truncate property of this OracleWriteAttribute. :type is_truncate: bool :param isolation_level: The value to assign to the isolation_level property of this OracleWriteAttribute. :type isolation_level: str �str�int�bool)� model_type� batch_size�is_truncate�isolation_level� modelType� batchSize� isTruncate�isolationLevelN�ORACLEWRITEATTRIBUTE)� swagger_types� attribute_map�_model_type�_batch_size�_is_truncate�_isolation_level)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/oracle_write_attribute.py�__init__ s ��zOracleWriteAttribute.__init__c C s | j S )z� Gets the batch_size of this OracleWriteAttribute. The batch size for writing. :return: The batch_size of this OracleWriteAttribute. :rtype: int �r �r r r r r <