📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
opsi
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/opsi/models/__pycache__
💾
Free:
47.3 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: awr_database_top_wait_event_summary.cpython-39.pyc
a ���fn � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�AwrDatabaseTopWaitEventSummaryzA A summary of the AWR top wait event data for one event. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new AwrDatabaseTopWaitEventSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this AwrDatabaseTopWaitEventSummary. :type name: str :param waits_per_sec: The value to assign to the waits_per_sec property of this AwrDatabaseTopWaitEventSummary. :type waits_per_sec: float :param avg_wait_time_per_sec: The value to assign to the avg_wait_time_per_sec property of this AwrDatabaseTopWaitEventSummary. :type avg_wait_time_per_sec: float �str�float)�name� waits_per_sec�avg_wait_time_per_secr ZwaitsPerSecZavgWaitTimePerSecN)Z swagger_typesZ attribute_map�_name�_waits_per_sec�_avg_wait_time_per_sec)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/opsi/models/awr_database_top_wait_event_summary.py�__init__ s ��z'AwrDatabaseTopWaitEventSummary.__init__c C s | j S )z� **[Required]** Gets the name of this AwrDatabaseTopWaitEventSummary. The name of the event. :return: The name of this AwrDatabaseTopWaitEventSummary. :rtype: str �r �r r r r r 4 s z#AwrDatabaseTopWaitEventSummary.namec C s || _ dS )z� Sets the name of this AwrDatabaseTopWaitEventSummary. The name of the event. :param name: The name of this AwrDatabaseTopWaitEventSummary. :type: str Nr )r r r r r r @ s c C s | j S )z� Gets the waits_per_sec of this AwrDatabaseTopWaitEventSummary. The wait count per second. :return: The waits_per_sec of this AwrDatabaseTopWaitEventSummary. :rtype: float �r r r r r r L s z,AwrDatabaseTopWaitEventSummary.waits_per_secc C s || _ dS )z� Sets the waits_per_sec of this AwrDatabaseTopWaitEventSummary. The wait count per second. :param waits_per_sec: The waits_per_sec of this AwrDatabaseTopWaitEventSummary. :type: float Nr )r r r r r r X s c C s | j S )z� Gets the avg_wait_time_per_sec of this AwrDatabaseTopWaitEventSummary. The average wait time per second. :return: The avg_wait_time_per_sec of this AwrDatabaseTopWaitEventSummary. :rtype: float �r r r r r r d s z4AwrDatabaseTopWaitEventSummary.avg_wait_time_per_secc C s || _ dS )a Sets the avg_wait_time_per_sec of this AwrDatabaseTopWaitEventSummary. The average wait time per second. :param avg_wait_time_per_sec: The avg_wait_time_per_sec of this AwrDatabaseTopWaitEventSummary. :type: float Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z'AwrDatabaseTopWaitEventSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z%AwrDatabaseTopWaitEventSummary.__eq__c C s | |k S r r r r r r �__ne__� s z%AwrDatabaseTopWaitEventSummary.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"