| Server IP : 162.144.4.212 / Your IP : 216.73.216.108 Web Server : Apache System : Linux gator2125.hostgator.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64 User : cozeellc ( 2980) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3.9/site-packages/oci/data_integration/models/__pycache__/ |
Upload File : |
a
���f0 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�TypedObject� )�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d
� Z dd� Z
d
S )�Shapez
The shape object.
c
K st dddddddddd� | _ ddd d
ddd
ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _
d| _dS )aG
Initializes a new Shape object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.Shape.model_type` attribute
of this class is ``SHAPE`` 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 Shape.
Allowed values for this property are: "SHAPE", "INPUT_PORT", "SHAPE_FIELD", "INPUT_FIELD", "DERIVED_FIELD", "MACRO_FIELD", "OUTPUT_FIELD", "DYNAMIC_PROXY_FIELD", "OUTPUT_PORT", "DYNAMIC_INPUT_FIELD", "PROXY_FIELD", "PARAMETER", "PIVOT_FIELD", "MACRO_PIVOT_FIELD", "CONDITIONAL_OUTPUT_PORT", "INPUT_PROXY_FIELD", "MATERIALIZED_DYNAMIC_FIELD", "DECISION_OUTPUT_PORT", 'UNKNOWN_ENUM_VALUE'.
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
:type model_type: str
:param key:
The value to assign to the key property of this Shape.
:type key: str
:param model_version:
The value to assign to the model_version property of this Shape.
:type model_version: str
:param parent_ref:
The value to assign to the parent_ref property of this Shape.
:type parent_ref: oci.data_integration.models.ParentReference
:param config_values:
The value to assign to the config_values property of this Shape.
:type config_values: oci.data_integration.models.ConfigValues
:param object_status:
The value to assign to the object_status property of this Shape.
:type object_status: int
:param name:
The value to assign to the name property of this Shape.
:type name: str
:param description:
The value to assign to the description property of this Shape.
:type description: str
:param type:
The value to assign to the type property of this Shape.
:type type: oci.data_integration.models.BaseType
�strZParentReferenceZConfigValues�intZBaseType) Z
model_type�keyZ
model_versionZ
parent_refZ
config_valuesZ
object_status�name�description�typeZ modelTyper ZmodelVersionZ parentRefZconfigValuesZobjectStatusr r
r NZSHAPE)Z
swagger_typesZ
attribute_mapZ_model_typeZ_keyZ_model_versionZ_parent_refZ_config_valuesZ_object_status�_nameZ_description�_type)�self�kwargs� r �E/usr/lib/python3.9/site-packages/oci/data_integration/models/shape.py�__init__ s<