ruạṛ
a N��fA: � @ 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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zd1d2� Zd3d4� Zd5d6� Zd7S )8� Connectionz* The connection for a data asset. c K s� dddddddddddddddd �| _ d ddd dddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new Connection 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 Connection. :type key: str :param model_version: The value to assign to the model_version property of this Connection. :type model_version: str :param model_type: The value to assign to the model_type property of this Connection. :type model_type: str :param name: The value to assign to the name property of this Connection. :type name: str :param description: The value to assign to the description property of this Connection. :type description: str :param object_version: The value to assign to the object_version property of this Connection. :type object_version: int :param object_status: The value to assign to the object_status property of this Connection. :type object_status: int :param identifier: The value to assign to the identifier property of this Connection. :type identifier: str :param primary_schema: The value to assign to the primary_schema property of this Connection. :type primary_schema: oci.data_connectivity.models.Schema :param connection_properties: The value to assign to the connection_properties property of this Connection. :type connection_properties: list[oci.data_connectivity.models.ConnectionProperty] :param properties: The value to assign to the properties property of this Connection. :type properties: dict(str, object) :param type: The value to assign to the type property of this Connection. :type type: str :param is_default: The value to assign to the is_default property of this Connection. :type is_default: bool :param metadata: The value to assign to the metadata property of this Connection. :type metadata: oci.data_connectivity.models.ObjectMetadata :param registry_metadata: The value to assign to the registry_metadata property of this Connection. :type registry_metadata: oci.data_connectivity.models.RegistryMetadata �str�int�Schemazlist[ConnectionProperty]zdict(str, object)�bool�ObjectMetadata�RegistryMetadata)�key� model_version� model_type�name�description�object_version� object_status� identifier�primary_schema�connection_properties� properties�type� is_default�metadata�registry_metadatar �modelVersion� modelTyper r � objectVersion�objectStatusr � primarySchema�connectionPropertiesr r � isDefaultr �registryMetadataN)� swagger_types� attribute_map�_key�_model_version�_model_type�_name�_description�_object_version�_object_status�_identifier�_primary_schema�_connection_properties�_properties�_type�_is_default� _metadata�_registry_metadata)�self�kwargs� r7 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/connection.py�__init__ s^ C��zConnection.__init__c C s | j S )a1 **[Required]** Gets the key of this Connection. Generated key that can be used in API calls to identify the connection. In scenarios where reference to the connection is required, a value can be passed in create. :return: The key of this Connection. :rtype: str �r&