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� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�ReadOperationConfigz3 The information about the read operation. c K s� ddddddddddd d �| _ ddd ddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _dS )aV Initializes a new ReadOperationConfig object with values from keyword arguments. The default value of the :py:attr:`~oci.data_connectivity.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" :type model_type: str :param derived_attributes: The value to assign to the derived_attributes property of this ReadOperationConfig. :type derived_attributes: dict(str, str) :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_connectivity.models.ParentReference :param operations: The value to assign to the operations property of this ReadOperationConfig. :type operations: list[oci.data_connectivity.models.PushDownOperation] :param data_format: The value to assign to the data_format property of this ReadOperationConfig. :type data_format: oci.data_connectivity.models.DataFormat :param partition_config: The value to assign to the partition_config property of this ReadOperationConfig. :type partition_config: oci.data_connectivity.models.PartitionConfig :param read_attribute: The value to assign to the read_attribute property of this ReadOperationConfig. :type read_attribute: oci.data_connectivity.models.AbstractReadAttribute :param object_status: The value to assign to the object_status property of this ReadOperationConfig. :type object_status: int :param read_raw_data: The value to assign to the read_raw_data property of this ReadOperationConfig. :type read_raw_data: bool �strzdict(str, str)�ParentReferencezlist[PushDownOperation]� DataFormat�PartitionConfig�AbstractReadAttribute�int�bool)� model_type�derived_attributes�key� model_version� parent_ref� operations�data_format�partition_config�read_attribute� object_status� read_raw_data� modelType�derivedAttributesr �modelVersion� parentRefr � dataFormat�partitionConfig� readAttribute�objectStatus�readRawDataN�READ_OPERATION_CONFIG) � swagger_types� attribute_map�_model_type�_derived_attributes�_key�_model_version�_parent_ref�_operations�_data_format�_partition_config�_read_attribute�_object_status�_read_raw_data)�self�kwargs� r4 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/read_operation_config.py�__init__ sH 5��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) �r2 r4 r4 r5 r m 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 Nr7 )r2 r r4 r4 r5 r y s c C s | j S )z� Gets the model_version of this ReadOperationConfig. The model version of the object. :return: The model_version of this ReadOperationConfig. :rtype: str �r* r8 r4 r4 r5 r � s z!ReadOperationConfig.model_versionc C s || _ dS )z� Sets the model_version of this ReadOperationConfig. The model version of the object. :param model_version: The model_version of this ReadOperationConfig. :type: str Nr9 )r2 r r4 r4 r5 r � s c C s | j S )z� Gets the parent_ref of this ReadOperationConfig. :return: The parent_ref of this ReadOperationConfig. :rtype: oci.data_connectivity.models.ParentReference �r+ r8 r4 r4 r5 r � s zReadOperationConfig.parent_refc C s || _ dS )z� Sets the parent_ref of this ReadOperationConfig. :param parent_ref: The parent_ref of this ReadOperationConfig. :type: oci.data_connectivity.models.ParentReference Nr: )r2 r r4 r4 r5 r � s c C s | j S )z� Gets the operations of this ReadOperationConfig. An array of operations. :return: The operations of this ReadOperationConfig. :rtype: list[oci.data_connectivity.models.PushDownOperation] �r, r8 r4 r4 r5 r � s zReadOperationConfig.operationsc C s || _ dS )z� Sets the operations of this ReadOperationConfig. An array of operations. :param operations: The operations of this ReadOperationConfig. :type: list[oci.data_connectivity.models.PushDownOperation] Nr; )r2 r r4 r4 r5 r � s c C s | j S )z� Gets the data_format of this ReadOperationConfig. :return: The data_format of this ReadOperationConfig. :rtype: oci.data_connectivity.models.DataFormat �r- r8 r4 r4 r5 r � s zReadOperationConfig.data_formatc C s || _ dS )z� Sets the data_format of this ReadOperationConfig. :param data_format: The data_format of this ReadOperationConfig. :type: oci.data_connectivity.models.DataFormat Nr<