ruạṛ
a N��f9 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� DataEntity� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zed$d%� �Zej d&d%� �Zed'd(� �Zej d)d(� �Zed*d+� �Zej d,d+� �Zd-d.� Zd/d0� Zd1d2� Zd3S )4� DerivedEntityz" The Derive entity object �IN�OUTc K s� dddddddddddddddd�| _ d d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a Initializes a new DerivedEntity object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.DerivedEntity.model_type` attribute of this class is ``DERIVED_ENTITY`` 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 DerivedEntity. Allowed values for this property are: "VIEW_ENTITY", "TABLE_ENTITY", "FILE_ENTITY", "SQL_ENTITY", "DATA_STORE_ENTITY", "DERIVED_ENTITY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type model_type: str :param metadata: The value to assign to the metadata property of this DerivedEntity. :type metadata: oci.data_integration.models.ObjectMetadata :param key: The value to assign to the key property of this DerivedEntity. :type key: str :param model_version: The value to assign to the model_version property of this DerivedEntity. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this DerivedEntity. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this DerivedEntity. :type name: str :param object_version: The value to assign to the object_version property of this DerivedEntity. :type object_version: int :param shape: The value to assign to the shape property of this DerivedEntity. :type shape: oci.data_integration.models.Shape :param shape_id: The value to assign to the shape_id property of this DerivedEntity. :type shape_id: str :param resource_name: The value to assign to the resource_name property of this DerivedEntity. :type resource_name: str :param object_status: The value to assign to the object_status property of this DerivedEntity. :type object_status: int :param identifier: The value to assign to the identifier property of this DerivedEntity. :type identifier: str :param ref_data_object: The value to assign to the ref_data_object property of this DerivedEntity. :type ref_data_object: oci.data_integration.models.ReferencedDataObject :param mode: The value to assign to the mode property of this DerivedEntity. Allowed values for this property are: "IN", "OUT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type mode: str :param derived_properties: The value to assign to the derived_properties property of this DerivedEntity. :type derived_properties: dict(str, object) �str�ObjectMetadata�ParentReference�int�Shape�ReferencedDataObjectzdict(str, object))� model_type�metadata�key� model_version� parent_ref�name�object_version�shape�shape_id� resource_name� object_status� identifier�ref_data_object�mode�derived_properties� modelTyper r �modelVersion� parentRefr � objectVersionr �shapeId�resourceName�objectStatusr � refDataObjectr �derivedPropertiesN�DERIVED_ENTITY)� swagger_types� attribute_map�_model_type� _metadata�_key�_model_version�_parent_ref�_name�_object_version�_shape� _shape_id�_resource_name�_object_status�_identifier�_ref_data_object�_mode�_derived_properties)�self�kwargs� r= ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/derived_entity.py�__init__ s` H��zDerivedEntity.__init__c C s | j S )z� Gets the key of this DerivedEntity. The object key. :return: The key of this DerivedEntity. :rtype: str �r. �r; r= r= r>