📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
data_integration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_integration/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_entity_shape_from_object.cpython-39.pyc
a ���f�? � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateEntityShapeDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Zd3d4� Zd5d6� Zd7d8� Zd9S ):�CreateEntityShapeFromObjectz0 The application object entity details. �TABLE�VIEW�FILE�SQL�OBJECTc K s� dddddddddddddddd�| _ dd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a Initializes a new CreateEntityShapeFromObject object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.CreateEntityShapeFromObject.model_type` attribute of this class is ``OBJECT_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 CreateEntityShapeFromObject. Allowed values for this property are: "FILE_ENTITY", "SQL_ENTITY", "OBJECT_ENTITY" :type model_type: str :param key: The value to assign to the key property of this CreateEntityShapeFromObject. :type key: str :param parent_ref: The value to assign to the parent_ref property of this CreateEntityShapeFromObject. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this CreateEntityShapeFromObject. :type name: str :param description: The value to assign to the description property of this CreateEntityShapeFromObject. :type description: str :param external_key: The value to assign to the external_key property of this CreateEntityShapeFromObject. :type external_key: str :param shape: The value to assign to the shape property of this CreateEntityShapeFromObject. :type shape: oci.data_integration.models.Shape :param shape_id: The value to assign to the shape_id property of this CreateEntityShapeFromObject. :type shape_id: str :param entity_type: The value to assign to the entity_type property of this CreateEntityShapeFromObject. Allowed values for this property are: "TABLE", "VIEW", "FILE", "SQL", "OBJECT" :type entity_type: str :param other_type_label: The value to assign to the other_type_label property of this CreateEntityShapeFromObject. :type other_type_label: str :param unique_keys: The value to assign to the unique_keys property of this CreateEntityShapeFromObject. :type unique_keys: list[oci.data_integration.models.UniqueKey] :param foreign_keys: The value to assign to the foreign_keys property of this CreateEntityShapeFromObject. :type foreign_keys: list[oci.data_integration.models.ForeignKey] :param resource_name: The value to assign to the resource_name property of this CreateEntityShapeFromObject. :type resource_name: str :param data_format: The value to assign to the data_format property of this CreateEntityShapeFromObject. :type data_format: oci.data_integration.models.DataFormat :param identifier: The value to assign to the identifier property of this CreateEntityShapeFromObject. :type identifier: str �strZParentReferenceZShapezlist[UniqueKey]zlist[ForeignKey]Z DataFormat)Z model_type�key� parent_ref�name�description�external_key�shape�shape_id�entity_type�other_type_label�unique_keys�foreign_keys� resource_name�data_format� identifierZ modelTyper Z parentRefr r ZexternalKeyr ZshapeIdZ entityTypeZotherTypeLabelZ uniqueKeysZforeignKeysZresourceNameZ dataFormatr NZ OBJECT_ENTITY)Z swagger_typesZ attribute_mapZ_model_type�_key�_parent_ref�_name�_description� _external_key�_shape� _shape_id�_entity_type�_other_type_label�_unique_keys� _foreign_keys�_resource_name�_data_format�_identifier)�self�kwargs� r- �_/usr/lib/python3.9/site-packages/oci/data_integration/models/create_entity_shape_from_object.py�__init__&