📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_integration
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_integration/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: data_entity_summary_from_data_store.pyc
a N��fle � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DataEntitySummary� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zed;d<� �Zejd=d<� �Zed>d?� �Zejd@d?� �ZedAdB� �Z e jdCdB� �Z edDdE� �Z!e!jdFdE� �Z!edGdH� �Z"e"jdIdH� �Z"edJdK� �Z#e#jdLdK� �Z#dMdN� Z$dOdP� Z%dQdR� Z&dSS )T�DataEntitySummaryFromDataStorez. The view entity data entity details. �TABLE�VIEW�FILE�QUEUE�STREAM�OTHER� DATA_STOREc K s ddddddddddddddddddddd d d d d �| _ ddd ddddddddddddddddddd d!d"d �| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _ d#| _ d#| _d#| _d#| _ d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d#| _d$| _d#S )%a� Initializes a new DataEntitySummaryFromDataStore object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.DataEntitySummaryFromDataStore.model_type` attribute of this class is ``DATA_STORE_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 DataEntitySummaryFromDataStore. Allowed values for this property are: "VIEW_ENTITY", "TABLE_ENTITY", "FILE_ENTITY", "SQL_ENTITY", "DATA_STORE_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 DataEntitySummaryFromDataStore. :type metadata: oci.data_integration.models.ObjectMetadata :param key: The value to assign to the key property of this DataEntitySummaryFromDataStore. :type key: str :param model_version: The value to assign to the model_version property of this DataEntitySummaryFromDataStore. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this DataEntitySummaryFromDataStore. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this DataEntitySummaryFromDataStore. :type name: str :param description: The value to assign to the description property of this DataEntitySummaryFromDataStore. :type description: str :param object_version: The value to assign to the object_version property of this DataEntitySummaryFromDataStore. :type object_version: int :param external_key: The value to assign to the external_key property of this DataEntitySummaryFromDataStore. :type external_key: str :param shape: The value to assign to the shape property of this DataEntitySummaryFromDataStore. :type shape: oci.data_integration.models.Shape :param shape_id: The value to assign to the shape_id property of this DataEntitySummaryFromDataStore. :type shape_id: str :param types: The value to assign to the types property of this DataEntitySummaryFromDataStore. :type types: oci.data_integration.models.TypeLibrary :param entity_type: The value to assign to the entity_type property of this DataEntitySummaryFromDataStore. Allowed values for this property are: "TABLE", "VIEW", "FILE", "QUEUE", "STREAM", "OTHER", "DATA_STORE", '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 DataEntitySummaryFromDataStore. :type other_type_label: str :param unique_keys: The value to assign to the unique_keys property of this DataEntitySummaryFromDataStore. :type unique_keys: list[oci.data_integration.models.UniqueKey] :param foreign_keys: The value to assign to the foreign_keys property of this DataEntitySummaryFromDataStore. :type foreign_keys: list[oci.data_integration.models.ForeignKey] :param resource_name: The value to assign to the resource_name property of this DataEntitySummaryFromDataStore. :type resource_name: str :param object_status: The value to assign to the object_status property of this DataEntitySummaryFromDataStore. :type object_status: int :param identifier: The value to assign to the identifier property of this DataEntitySummaryFromDataStore. :type identifier: str :param filters: The value to assign to the filters property of this DataEntitySummaryFromDataStore. :type filters: str :param is_effective_date_disabled: The value to assign to the is_effective_date_disabled property of this DataEntitySummaryFromDataStore. :type is_effective_date_disabled: bool :param is_flex_data_store: The value to assign to the is_flex_data_store property of this DataEntitySummaryFromDataStore. :type is_flex_data_store: bool :param is_silent_error: The value to assign to the is_silent_error property of this DataEntitySummaryFromDataStore. :type is_silent_error: bool :param supports_incremental: The value to assign to the supports_incremental property of this DataEntitySummaryFromDataStore. :type supports_incremental: bool �str�ObjectMetadata�ParentReference�int�Shape�TypeLibraryzlist[UniqueKey]zlist[ForeignKey]�bool)� model_type�metadata�key� model_version� parent_ref�name�description�object_version�external_key�shape�shape_id�types�entity_type�other_type_label�unique_keys�foreign_keys� resource_name� object_status� identifier�filters�is_effective_date_disabled�is_flex_data_store�is_silent_error�supports_incremental� modelTyper r �modelVersion� parentRefr r � objectVersion�externalKeyr �shapeIdr"