📂 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_catalog
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_catalog/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: connection_summary.cpython-39.pyc
a ���f1 � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sT e Zd ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze 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(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1�ConnectionSummaryzA Summary representation of a connection to a data asset. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILED�MOVINGc K sx ddddddddddd� | _ ddddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )av Initializes a new ConnectionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this ConnectionSummary. :type key: str :param description: The value to assign to the description property of this ConnectionSummary. :type description: str :param display_name: The value to assign to the display_name property of this ConnectionSummary. :type display_name: str :param data_asset_key: The value to assign to the data_asset_key property of this ConnectionSummary. :type data_asset_key: str :param type_key: The value to assign to the type_key property of this ConnectionSummary. :type type_key: str :param uri: The value to assign to the uri property of this ConnectionSummary. :type uri: str :param external_key: The value to assign to the external_key property of this ConnectionSummary. :type external_key: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ConnectionSummary. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", "MOVING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param is_default: The value to assign to the is_default property of this ConnectionSummary. :type is_default: bool :param time_created: The value to assign to the time_created property of this ConnectionSummary. :type time_created: datetime �str�boolZdatetime) �key�description�display_name�data_asset_key�type_key�uri�external_key�lifecycle_state� is_default�time_createdr r ZdisplayNameZdataAssetKeyZtypeKeyr ZexternalKeyZlifecycleStateZ isDefaultZtimeCreatedN)Z swagger_typesZ attribute_map�_key�_description� _display_name�_data_asset_key� _type_key�_uri� _external_key�_lifecycle_state�_is_default� _time_created)�self�kwargs� r'