📂 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
›
os_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/os_management/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: event_summary.cpython-39.opt-1.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 @ sB e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dd � Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zd)d*� Zd+d,� Zd-d.� Zd/S )0�EventSummaryz Summary of the Event. �KERNEL_OOPS�KERNEL_CRASH�CRASH�EXPLOIT_ATTEMPT� COMPLIANCE�TUNING_SUGGESTION�TUNING_APPLIED�SECURITY�ERROR�WARNINGc K sn dddddddddd� | _ ddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a Initializes a new EventSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this EventSummary. :type id: str :param instance_id: The value to assign to the instance_id property of this EventSummary. :type instance_id: str :param summary: The value to assign to the summary property of this EventSummary. :type summary: str :param event_type: The value to assign to the event_type property of this EventSummary. Allowed values for this property are: "KERNEL_OOPS", "KERNEL_CRASH", "CRASH", "EXPLOIT_ATTEMPT", "COMPLIANCE", "TUNING_SUGGESTION", "TUNING_APPLIED", "SECURITY", "ERROR", "WARNING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type event_type: str :param count: The value to assign to the count property of this EventSummary. :type count: int :param timestamp: The value to assign to the timestamp property of this EventSummary. :type timestamp: datetime :param freeform_tags: The value to assign to the freeform_tags property of this EventSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this EventSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this EventSummary. :type system_tags: dict(str, dict(str, object)) �str�intZdatetimezdict(str, str)zdict(str, dict(str, object))) �id�instance_id�summary� event_type�count� timestamp� freeform_tags�defined_tags�system_tagsr Z instanceIdr Z eventTyper r ZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_instance_id�_summary�_event_type�_count� _timestamp�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r'