ruạṛ
a ���f�- � @ 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 @ sN 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#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�ConnectionValidationz6 The information about connection validation. c K s� dddddddddddd�| _ ddd d ddd ddddd�| _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_integration.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_integration.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 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_integration.models.ObjectMetadata ZMessage�strZParentReference�intZObjectMetadata)�validation_message�key� model_type� model_version� parent_ref�name�description�object_version� object_status� identifier�metadataZvalidationMessager Z modelTypeZmodelVersionZ parentRefr r Z objectVersionZobjectStatusr r N) Z swagger_typesZ attribute_map�_validation_message�_key�_model_type�_model_version�_parent_ref�_name�_description�_object_version�_object_status�_identifier� _metadata)�self�kwargs� r! �U/usr/lib/python3.9/site-packages/oci/data_integration/models/connection_validation.py�__init__ sF 3��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_integration.models.Message �r �r r! r! r"