📂 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_catalog
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_catalog/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: connection_summary.pyc
a N��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�bool�datetime) �key�description�display_name�data_asset_key�type_key�uri�external_key�lifecycle_state� is_default�time_createdr r �displayName�dataAssetKey�typeKeyr �externalKey�lifecycleState� isDefault�timeCreatedN)� swagger_types� attribute_map�_key�_description� _display_name�_data_asset_key� _type_key�_uri� _external_key�_lifecycle_state�_is_default� _time_created)�self�kwargs� r1 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_catalog/models/connection_summary.py�__init__0 s@ 1�� zConnectionSummary.__init__c C s | j S )z� **[Required]** Gets the key of this ConnectionSummary. Unique connection key that is immutable. :return: The key of this ConnectionSummary. :rtype: str �r% �r/ r1 r1 r2 r � s zConnectionSummary.keyc C s || _ dS )z� Sets the key of this ConnectionSummary. Unique connection key that is immutable. :param key: The key of this ConnectionSummary. :type: str Nr4 )r/ r r1 r1 r2 r � s c C s | j S )z� Gets the description of this ConnectionSummary. A description of the connection. :return: The description of this ConnectionSummary. :rtype: str �r&