ruạṛ
a N��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 @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�ConnectivityValidationz@ The information about connectivity validation results. c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a[ Initializes a new ConnectivityValidation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param total_message_count: The value to assign to the total_message_count property of this ConnectivityValidation. :type total_message_count: int :param error_message_count: The value to assign to the error_message_count property of this ConnectivityValidation. :type error_message_count: int :param warn_message_count: The value to assign to the warn_message_count property of this ConnectivityValidation. :type warn_message_count: int :param info_message_count: The value to assign to the info_message_count property of this ConnectivityValidation. :type info_message_count: int :param validation_messages: The value to assign to the validation_messages property of this ConnectivityValidation. :type validation_messages: dict(str, list[ValidationMessage]) �intz"dict(str, list[ValidationMessage]))�total_message_count�error_message_count�warn_message_count�info_message_count�validation_messages�totalMessageCount�errorMessageCount�warnMessageCount�infoMessageCount�validationMessagesN)� swagger_types� attribute_map�_total_message_count�_error_message_count�_warn_message_count�_info_message_count�_validation_messages)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/connectivity_validation.py�__init__ s"