📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/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: attention_log_count_summary.cpython-39.pyc
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 @ s� e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�AttentionLogCountSummaryz8 The details for one attention log count entry. �UNKNOWN�INCIDENT_ERROR�ERROR�WARNING�NOTIFICATION�TRACE� IMMEDIATE�SOON� DEFERRABLE�INFO�OTHERc K s( ddd�| _ ddd�| _d| _d| _dS )a Initializes a new AttentionLogCountSummary 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 AttentionLogCountSummary. Allowed values for this property are: "UNKNOWN", "INCIDENT_ERROR", "ERROR", "WARNING", "NOTIFICATION", "TRACE", "IMMEDIATE", "SOON", "DEFERRABLE", "INFO", "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 AttentionLogCountSummary. :type count: int �str�int)�category�countr r N)Z swagger_typesZ attribute_map� _category�_count)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/database_management/models/attention_log_count_summary.py�__init__>