ruạṛ
a ���fB5 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�AbstractDataOperationConfig� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sD e Zd ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Ze d#d$� �Zejd%d$� �Zd&d'� Zd(d)� Zd*d+� Zd,S )-�WriteOperationConfigz4 The information about the write operation. � OVERWRITE�APPEND�MERGE�IGNOREc K s� ddddddddddddd d d�| _ dd ddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new WriteOperationConfig object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.WriteOperationConfig.model_type` attribute of this class is ``WRITE_OPERATION_CONFIG`` 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 WriteOperationConfig. Allowed values for this property are: "READ_OPERATION_CONFIG", "WRITE_OPERATION_CONFIG", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type model_type: str :param metadata_config_properties: The value to assign to the metadata_config_properties property of this WriteOperationConfig. :type metadata_config_properties: dict(str, str) :param derived_attributes: The value to assign to the derived_attributes property of this WriteOperationConfig. :type derived_attributes: dict(str, str) :param call_attribute: The value to assign to the call_attribute property of this WriteOperationConfig. :type call_attribute: oci.data_integration.models.BipCallAttribute :param key: The value to assign to the key property of this WriteOperationConfig. :type key: str :param model_version: The value to assign to the model_version property of this WriteOperationConfig. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this WriteOperationConfig. :type parent_ref: oci.data_integration.models.ParentReference :param operations: The value to assign to the operations property of this WriteOperationConfig. :type operations: list[oci.data_integration.models.PushDownOperation] :param data_format: The value to assign to the data_format property of this WriteOperationConfig. :type data_format: oci.data_integration.models.DataFormat :param partition_config: The value to assign to the partition_config property of this WriteOperationConfig. :type partition_config: oci.data_integration.models.PartitionConfig :param write_attribute: The value to assign to the write_attribute property of this WriteOperationConfig. :type write_attribute: oci.data_integration.models.AbstractWriteAttribute :param write_mode: The value to assign to the write_mode property of this WriteOperationConfig. Allowed values for this property are: "OVERWRITE", "APPEND", "MERGE", "IGNORE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type write_mode: str :param merge_key: The value to assign to the merge_key property of this WriteOperationConfig. :type merge_key: oci.data_integration.models.UniqueKey :param object_status: The value to assign to the object_status property of this WriteOperationConfig. :type object_status: int �strzdict(str, str)ZBipCallAttributeZParentReferencezlist[PushDownOperation]Z DataFormatZPartitionConfigZAbstractWriteAttributeZ UniqueKey�int)Z model_typeZmetadata_config_propertiesZderived_attributesZcall_attribute�key� model_version� parent_ref� operations�data_format�partition_config�write_attribute� write_mode� merge_key� object_statusZ modelTypeZmetadataConfigPropertiesZderivedAttributesZ callAttributer ZmodelVersionZ parentRefr Z dataFormatZpartitionConfigZwriteAttributeZ writeModeZmergeKeyZobjectStatusNZWRITE_OPERATION_CONFIG)Z swagger_typesZ attribute_mapZ_model_typeZ_metadata_config_propertiesZ_derived_attributesZ_call_attribute�_key�_model_version�_parent_ref�_operations�_data_format�_partition_config�_write_attribute�_write_mode� _merge_key�_object_status)�self�kwargs� r% �V/usr/lib/python3.9/site-packages/oci/data_integration/models/write_operation_config.py�__init__"