ruạṛ
a N��f�( � @ 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 @ s e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�ReadOperationConfigz3 The information about the read operation. c K s� dddddddddddd d �| _ ddd dddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new ReadOperationConfig object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.ReadOperationConfig.model_type` attribute of this class is ``READ_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 ReadOperationConfig. 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 ReadOperationConfig. :type metadata_config_properties: dict(str, str) :param derived_attributes: The value to assign to the derived_attributes property of this ReadOperationConfig. :type derived_attributes: dict(str, str) :param call_attribute: The value to assign to the call_attribute property of this ReadOperationConfig. :type call_attribute: oci.data_integration.models.BipCallAttribute :param key: The value to assign to the key property of this ReadOperationConfig. :type key: str :param model_version: The value to assign to the model_version property of this ReadOperationConfig. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this ReadOperationConfig. :type parent_ref: oci.data_integration.models.ParentReference :param operations: The value to assign to the operations property of this ReadOperationConfig. :type operations: list[oci.data_integration.models.PushDownOperation] :param data_format: The value to assign to the data_format property of this ReadOperationConfig. :type data_format: oci.data_integration.models.DataFormat :param partition_config: The value to assign to the partition_config property of this ReadOperationConfig. :type partition_config: oci.data_integration.models.PartitionConfig :param read_attribute: The value to assign to the read_attribute property of this ReadOperationConfig. :type read_attribute: oci.data_integration.models.AbstractReadAttribute :param object_status: The value to assign to the object_status property of this ReadOperationConfig. :type object_status: int �strzdict(str, str)�BipCallAttribute�ParentReferencezlist[PushDownOperation]� DataFormat�PartitionConfig�AbstractReadAttribute�int)� model_type�metadata_config_properties�derived_attributes�call_attribute�key� model_version� parent_ref� operations�data_format�partition_config�read_attribute� object_status� modelType�metadataConfigProperties�derivedAttributes� callAttributer �modelVersion� parentRefr � dataFormat�partitionConfig� readAttribute�objectStatusN�READ_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�_read_attribute�_object_status)�self�kwargs� r7 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/read_operation_config.py�__init__ sN :��zReadOperationConfig.__init__c C s | j S )z� Gets the key of this ReadOperationConfig. The object key. :return: The key of this ReadOperationConfig. :rtype: str �r- �r5 r7 r7 r8 r u s zReadOperationConfig.keyc C s || _ dS )z� Sets the key of this ReadOperationConfig. The object key. :param key: The key of this ReadOperationConfig. :type: str Nr: )r5 r r7 r7 r8 r � s c C s | j S )z� Gets the model_version of this ReadOperationConfig. The object's model version. :return: The model_version of this ReadOperationConfig. :rtype: str �r. r; r7 r7 r8 r � s z!ReadOperationConfig.model_versionc C s || _ dS )z� Sets the model_version of this ReadOperationConfig. The object's model version. :param model_version: The model_version of this ReadOperationConfig. :type: str Nr<