ruạṛ
a N��f�8 � @ 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,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5�ConnectionValidationz6 The information about connection validation. c K s� ddddddddddddddd �| _ d ddd ddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a� Initializes a new ConnectionValidation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param validation_message: The value to assign to the validation_message property of this ConnectionValidation. :type validation_message: oci.data_connectivity.models.Message :param key: The value to assign to the key property of this ConnectionValidation. :type key: str :param model_type: The value to assign to the model_type property of this ConnectionValidation. :type model_type: str :param model_version: The value to assign to the model_version property of this ConnectionValidation. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this ConnectionValidation. :type parent_ref: oci.data_connectivity.models.ParentReference :param name: The value to assign to the name property of this ConnectionValidation. :type name: str :param description: The value to assign to the description property of this ConnectionValidation. :type description: str :param object_version: The value to assign to the object_version property of this ConnectionValidation. :type object_version: int :param object_status: The value to assign to the object_status property of this ConnectionValidation. :type object_status: int :param registry_metadata: The value to assign to the registry_metadata property of this ConnectionValidation. :type registry_metadata: oci.data_connectivity.models.RegistryMetadata :param connection: The value to assign to the connection property of this ConnectionValidation. :type connection: oci.data_connectivity.models.CreateConnectionDetails :param data_asset: The value to assign to the data_asset property of this ConnectionValidation. :type data_asset: oci.data_connectivity.models.CreateDataAssetDetails :param identifier: The value to assign to the identifier property of this ConnectionValidation. :type identifier: str :param metadata: The value to assign to the metadata property of this ConnectionValidation. :type metadata: oci.data_connectivity.models.ObjectMetadata �Message�str�ParentReference�int�RegistryMetadata�CreateConnectionDetails�CreateDataAssetDetails�ObjectMetadata)�validation_message�key� model_type� model_version� parent_ref�name�description�object_version� object_status�registry_metadata� connection� data_asset� identifier�metadata�validationMessager � modelType�modelVersion� parentRefr r � objectVersion�objectStatus�registryMetadatar � dataAssetr r N)� swagger_types� attribute_map�_validation_message�_key�_model_type�_model_version�_parent_ref�_name�_description�_object_version�_object_status�_registry_metadata�_connection�_data_asset�_identifier� _metadata)�self�kwargs� r7 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/connection_validation.py�__init__ sX ?��zConnectionValidation.__init__c C s | j S )z� Gets the validation_message of this ConnectionValidation. :return: The validation_message of this ConnectionValidation. :rtype: oci.data_connectivity.models.Message �r'