ruạṛ
a N��f�4 � @ 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)�BipCallAttribute�ParentReferencezlist[PushDownOperation]� DataFormat�PartitionConfig�AbstractWriteAttribute� UniqueKey�int)� model_type�metadata_config_properties�derived_attributes�call_attribute�key� model_version� parent_ref� operations�data_format�partition_config�write_attribute� write_mode� merge_key� object_status� modelType�metadataConfigProperties�derivedAttributes� callAttributer �modelVersion� parentRefr � dataFormat�partitionConfig�writeAttribute� writeMode�mergeKey�objectStatusN�WRITE_OPERATION_CONFIG)� swagger_types� attribute_map�_model_type�_metadata_config_properties�_derived_attributes�_call_attribute�_key�_model_version�_parent_ref�_operations�_data_format�_partition_config�_write_attribute�_write_mode� _merge_key�_object_status)�self�kwargs� rB ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/write_operation_config.py�__init__ sZ D��zWriteOperationConfig.__init__c C s | j S )z� Gets the key of this WriteOperationConfig. The object key. :return: The key of this WriteOperationConfig. :rtype: str �r6 �r@ rB rB rC r � s zWriteOperationConfig.keyc C s || _ dS )z� Sets the key of this WriteOperationConfig. The object key. :param key: The key of this WriteOperationConfig. :type: str NrE )r@ r rB rB rC r � s c C s | j S )z� Gets the model_version of this WriteOperationConfig. The object's model version. :return: The model_version of this WriteOperationConfig. :rtype: str �r7 rF rB rB rC r � s z"WriteOperationConfig.model_versionc C s || _ dS )z� Sets the model_version of this WriteOperationConfig. The object's model version. :param model_version: The model_version of this WriteOperationConfig. :type: str NrG )r@ r rB rB rC r � s c C s | j S )z� Gets the parent_ref of this WriteOperationConfig. :return: The parent_ref of this WriteOperationConfig. :rtype: oci.data_integration.models.ParentReference �r8 rF rB rB rC r � s zWriteOperationConfig.parent_refc C s || _ dS )z� Sets the parent_ref of this WriteOperationConfig. :param parent_ref: The parent_ref of this WriteOperationConfig. :type: oci.data_integration.models.ParentReference NrH )r@ r rB rB rC r � s c C s | j S )z� Gets the operations of this WriteOperationConfig. An array of operations. :return: The operations of this WriteOperationConfig. :rtype: list[oci.data_integration.models.PushDownOperation] �r9 rF rB rB rC r � s zWriteOperationConfig.operationsc C s || _ dS )z� Sets the operations of this WriteOperationConfig. An array of operations. :param operations: The operations of this WriteOperationConfig. :type: list[oci.data_integration.models.PushDownOperation] NrI )r@ r rB rB rC r � s c C s | j S )z� Gets the data_format of this WriteOperationConfig. :return: The data_format of this WriteOperationConfig. :rtype: oci.data_integration.models.DataFormat �r: rF rB rB rC r � s z WriteOperationConfig.data_formatc C s || _ dS )z� Sets the data_format of this WriteOperationConfig. :param data_format: The data_format of this WriteOperationConfig. :type: oci.data_integration.models.DataFormat NrJ )r@ r rB rB rC r � s c C s | j S )z� Gets the partition_config of this WriteOperationConfig. :return: The partition_config of this WriteOperationConfig. :rtype: oci.data_integration.models.PartitionConfig �r; rF rB rB rC r s z%WriteOperationConfig.partition_configc C s || _ dS )z� Sets the partition_config of this WriteOperationConfig. :param partition_config: The partition_config of this WriteOperationConfig. :type: oci.data_integration.models.PartitionConfig NrK )r@ r rB rB rC r s c C s | j S )z� Gets the write_attribute of this WriteOperationConfig. :return: The write_attribute of this WriteOperationConfig. :rtype: oci.data_integration.models.AbstractWriteAttribute �r<