📂 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_connectivity
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_connectivity/models
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: shape.pyc
a N��f� � @ 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 )a1 Initializes a new Shape object with values from keyword arguments. The default value of the :py:attr:`~oci.data_connectivity.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", "SHAPE_FIELD", "NATIVE_SHAPE_FIELD", '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_connectivity.models.ParentReference :param config_values: The value to assign to the config_values property of this Shape. :type config_values: oci.data_connectivity.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_connectivity.models.BaseType �str�ParentReference�ConfigValues�int�BaseType) � model_type�key� model_version� parent_ref� config_values� object_status�name�description�type� modelTyper �modelVersion� parentRef�configValues�objectStatusr r r N�SHAPE)� swagger_types� attribute_map�_model_type�_key�_model_version�_parent_ref�_config_values�_object_status�_name�_description�_type)�self�kwargs� r* ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/shape.py�__init__ s<