ruạṛ
a N��f�K � @ 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 ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �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,� �Zed.d/� �Zej d0d/� �Zed1d2� �Zej d3d2� �Zed4d5� �Zej d6d5� �Zed7d8� �Zej d9d8� �Zed:d;� �Zej d<d;� �Zd=d>� Zd?d@� ZdAdB� Z dCS )D�DataEntityFromSqlz- The sql entity data entity details. �TABLE�VIEW�FILE�SQL� DATA_STORE�MESSAGEc K s� ddddddddddddddddddddd �| _ d ddd ddddddddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new DataEntityFromSql object with values from keyword arguments. The default value of the :py:attr:`~oci.data_connectivity.models.DataEntityFromSql.model_type` attribute of this class is ``SQL_ENTITY`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param entity_properties: The value to assign to the entity_properties property of this DataEntityFromSql. :type entity_properties: dict(str, str) :param model_type: The value to assign to the model_type property of this DataEntityFromSql. Allowed values for this property are: "VIEW_ENTITY", "TABLE_ENTITY", "FILE_ENTITY", "DATA_STORE_ENTITY", "SQL_ENTITY", "DERIVED_ENTITY", "MESSAGE_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 DataEntityFromSql. :type metadata: oci.data_connectivity.models.ObjectMetadata :param key: The value to assign to the key property of this DataEntityFromSql. :type key: str :param model_version: The value to assign to the model_version property of this DataEntityFromSql. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this DataEntityFromSql. :type parent_ref: oci.data_connectivity.models.ParentReference :param name: The value to assign to the name property of this DataEntityFromSql. :type name: str :param description: The value to assign to the description property of this DataEntityFromSql. :type description: str :param object_version: The value to assign to the object_version property of this DataEntityFromSql. :type object_version: int :param external_key: The value to assign to the external_key property of this DataEntityFromSql. :type external_key: str :param shape: The value to assign to the shape property of this DataEntityFromSql. :type shape: oci.data_connectivity.models.Shape :param shape_id: The value to assign to the shape_id property of this DataEntityFromSql. :type shape_id: str :param entity_type: The value to assign to the entity_type property of this DataEntityFromSql. Allowed values for this property are: "TABLE", "VIEW", "FILE", "SQL", "DATA_STORE", "MESSAGE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type entity_type: str :param other_type_label: The value to assign to the other_type_label property of this DataEntityFromSql. :type other_type_label: str :param unique_keys: The value to assign to the unique_keys property of this DataEntityFromSql. :type unique_keys: list[oci.data_connectivity.models.UniqueKey] :param foreign_keys: The value to assign to the foreign_keys property of this DataEntityFromSql. :type foreign_keys: list[oci.data_connectivity.models.ForeignKey] :param resource_name: The value to assign to the resource_name property of this DataEntityFromSql. :type resource_name: str :param object_status: The value to assign to the object_status property of this DataEntityFromSql. :type object_status: int :param identifier: The value to assign to the identifier property of this DataEntityFromSql. :type identifier: str :param sql_query: The value to assign to the sql_query property of this DataEntityFromSql. :type sql_query: str zdict(str, str)�str�ObjectMetadata�ParentReference�int�Shapezlist[UniqueKey]zlist[ForeignKey])�entity_properties� model_type�metadata�key� model_version� parent_ref�name�description�object_version�external_key�shape�shape_id�entity_type�other_type_label�unique_keys�foreign_keys� resource_name� object_status� identifier� sql_query�entityProperties� modelTyper r �modelVersion� parentRefr r � objectVersion�externalKeyr �shapeId� entityType�otherTypeLabel� uniqueKeys�foreignKeys�resourceName�objectStatusr&