📂 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
›
cloud_bridge
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/cloud_bridge/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: asset_source_connection.cpython-39.pyc
a ���fs# � @ 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 @ s� e Zd ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zdd� Zdd� Zdd� Zd S )!�AssetSourceConnectionz8 Descriptor of a connection to an asset source. � DISCOVERY�REPLICATION�ACTIVE�UPDATING�NEEDS_ATTENTION�DELETED�CREATINGc K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new AssetSourceConnection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param connection_type: The value to assign to the connection_type property of this AssetSourceConnection. Allowed values for this property are: "DISCOVERY", "REPLICATION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type connection_type: str :param connector_id: The value to assign to the connector_id property of this AssetSourceConnection. :type connector_id: str :param asset_source_key: The value to assign to the asset_source_key property of this AssetSourceConnection. :type asset_source_key: str :param lifecycle_state: The value to assign to the lifecycle_state property of this AssetSourceConnection. Allowed values for this property are: "ACTIVE", "UPDATING", "NEEDS_ATTENTION", "DELETED", "CREATING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this AssetSourceConnection. :type lifecycle_details: str �str)�connection_type�connector_id�asset_source_key�lifecycle_state�lifecycle_detailsZconnectionTypeZconnectorIdZassetSourceKeyZlifecycleStateZlifecycleDetailsN)Z swagger_typesZ attribute_map�_connection_type� _connector_id�_asset_source_key�_lifecycle_state�_lifecycle_details)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/cloud_bridge/models/asset_source_connection.py�__init__. s"