ruạṛ
a ���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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd � Zd!S )"� AdvisorReportz. Premigration Advisor report details. �FATAL�BLOCKER�WARNING� INFORMATIONAL�PASSc K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new AdvisorReport object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param report_location_details: The value to assign to the report_location_details property of this AdvisorReport. :type report_location_details: oci.database_migration.models.AdvisorReportLocationDetails :param result: The value to assign to the result property of this AdvisorReport. Allowed values for this property are: "FATAL", "BLOCKER", "WARNING", "INFORMATIONAL", "PASS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type result: str :param number_of_fatal: The value to assign to the number_of_fatal property of this AdvisorReport. :type number_of_fatal: int :param number_of_fatal_blockers: The value to assign to the number_of_fatal_blockers property of this AdvisorReport. :type number_of_fatal_blockers: int :param number_of_warnings: The value to assign to the number_of_warnings property of this AdvisorReport. :type number_of_warnings: int :param number_of_informational_results: The value to assign to the number_of_informational_results property of this AdvisorReport. :type number_of_informational_results: int ZAdvisorReportLocationDetails�str�int)�report_location_details�result�number_of_fatal�number_of_fatal_blockers�number_of_warnings�number_of_informational_resultsZreportLocationDetailsr Z numberOfFatalZnumberOfFatalBlockersZnumberOfWarningsZnumberOfInformationalResultsN)Z swagger_typesZ attribute_map�_report_location_details�_result�_number_of_fatal�_number_of_fatal_blockers�_number_of_warnings� _number_of_informational_results)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/database_migration/models/advisor_report.py�__init__&