📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
database_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_management/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: alert_log_count_summary.cpython-39.opt-1.pyc
a ���fY � @ 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)Z swagger_typesZ attribute_map� _category�_count)�self�kwargs� r �Z/usr/lib/python3.9/site-packages/oci/database_management/models/alert_log_count_summary.py�__init__>