📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
database_management
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/database_management/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: awr_db_top_wait_event_summary.pyc
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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�AwrDbTopWaitEventSummaryzA 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 AwrDbTopWaitEventSummary 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 AwrDbTopWaitEventSummary. :type name: str :param waits_per_sec: The value to assign to the waits_per_sec property of this AwrDbTopWaitEventSummary. :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 AwrDbTopWaitEventSummary. :type avg_wait_time_per_sec: float �str�float)�name� waits_per_sec�avg_wait_time_per_secr �waitsPerSec�avgWaitTimePerSecN)� swagger_types� attribute_map�_name�_waits_per_sec�_avg_wait_time_per_sec)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/awr_db_top_wait_event_summary.py�__init__ s ��z!AwrDbTopWaitEventSummary.__init__c C s | j S )z� **[Required]** Gets the name of this AwrDbTopWaitEventSummary. The name of the event. :return: The name of this AwrDbTopWaitEventSummary. :rtype: str �r �r r r r r 2 s zAwrDbTopWaitEventSummary.namec C s || _ dS )z� Sets the name of this AwrDbTopWaitEventSummary. The name of the event. :param name: The name of this AwrDbTopWaitEventSummary. :type: str Nr )r r r r r r >