📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
data_integration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_integration/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_connection_validation_details.cpython-39.pyc
a ���fi � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�!CreateConnectionValidationDetailszI The properties used in create connection validation operations. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) aZ Initializes a new CreateConnectionValidationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param data_asset: The value to assign to the data_asset property of this CreateConnectionValidationDetails. :type data_asset: oci.data_integration.models.CreateDataAssetDetails :param connection: The value to assign to the connection property of this CreateConnectionValidationDetails. :type connection: oci.data_integration.models.CreateConnectionDetails :param registry_metadata: The value to assign to the registry_metadata property of this CreateConnectionValidationDetails. :type registry_metadata: oci.data_integration.models.RegistryMetadata ZCreateDataAssetDetailsZCreateConnectionDetailsZRegistryMetadata)� data_asset� connection�registry_metadataZ dataAssetr ZregistryMetadataN)Z swagger_typesZ attribute_map�_data_asset�_connection�_registry_metadata)�self�kwargs� r �d/usr/lib/python3.9/site-packages/oci/data_integration/models/create_connection_validation_details.py�__init__ s ��z*CreateConnectionValidationDetails.__init__c C s | j S )z� Gets the data_asset of this CreateConnectionValidationDetails. :return: The data_asset of this CreateConnectionValidationDetails. :rtype: oci.data_integration.models.CreateDataAssetDetails �r �r r r r r 4 s z,CreateConnectionValidationDetails.data_assetc C s || _ dS )z� Sets the data_asset of this CreateConnectionValidationDetails. :param data_asset: The data_asset of this CreateConnectionValidationDetails. :type: oci.data_integration.models.CreateDataAssetDetails Nr )r r r r r r >