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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�AlertLogCountSummaryz4 The details for one alert log count entry. �UNKNOWN�INCIDENT_ERROR�ERROR�WARNING�NOTIFICATION�TRACE�CRITICAL�SEVERE� IMPORTANT�NORMAL�OTHERc K s( ddd�| _ ddd�| _d| _d| _dS )a Initializes a new AlertLogCountSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param category: The value to assign to the category property of this AlertLogCountSummary. Allowed values for this property are: "UNKNOWN", "INCIDENT_ERROR", "ERROR", "WARNING", "NOTIFICATION", "TRACE", "CRITICAL", "SEVERE", "IMPORTANT", "NORMAL", "OTHER", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type category: str :param count: The value to assign to the count property of this AlertLogCountSummary. :type count: int �str�int)�category�countr r N)� swagger_types� attribute_map� _category�_count)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/alert_log_count_summary.py�__init__<