📂 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
›
opsi
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/opsi/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: awr_database_wait_event_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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�AwrDatabaseWaitEventSummaryzK The summary of the AWR wait event time series data for one event. c K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new AwrDatabaseWaitEventSummary 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 AwrDatabaseWaitEventSummary. :type name: str :param time_begin: The value to assign to the time_begin property of this AwrDatabaseWaitEventSummary. :type time_begin: datetime :param time_end: The value to assign to the time_end property of this AwrDatabaseWaitEventSummary. :type time_end: datetime :param waits_per_sec: The value to assign to the waits_per_sec property of this AwrDatabaseWaitEventSummary. :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 AwrDatabaseWaitEventSummary. :type avg_wait_time_per_sec: float :param snapshot_identifier: The value to assign to the snapshot_identifier property of this AwrDatabaseWaitEventSummary. :type snapshot_identifier: int �strZdatetime�float�int)�name� time_begin�time_end� waits_per_sec�avg_wait_time_per_sec�snapshot_identifierr Z timeBeginZtimeEndZwaitsPerSecZavgWaitTimePerSecZsnapshotIdentifierN)Z swagger_typesZ attribute_map�_name�_time_begin� _time_end�_waits_per_sec�_avg_wait_time_per_sec�_snapshot_identifier)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/opsi/models/awr_database_wait_event_summary.py�__init__ s( � � z$AwrDatabaseWaitEventSummary.__init__c C s | j S )z� **[Required]** Gets the name of this AwrDatabaseWaitEventSummary. The name of the event. :return: The name of this AwrDatabaseWaitEventSummary. :rtype: str �r �r r r r r I s z AwrDatabaseWaitEventSummary.namec C s || _ dS )z� Sets the name of this AwrDatabaseWaitEventSummary. The name of the event. :param name: The name of this AwrDatabaseWaitEventSummary. :type: str Nr )r r r r r r U s c C s | j S )z� Gets the time_begin of this AwrDatabaseWaitEventSummary. The begin time of the wait event. :return: The time_begin of this AwrDatabaseWaitEventSummary. :rtype: datetime �r r r r r r a s z&AwrDatabaseWaitEventSummary.time_beginc C s || _ dS )z� Sets the time_begin of this AwrDatabaseWaitEventSummary. The begin time of the wait event. :param time_begin: The time_begin of this AwrDatabaseWaitEventSummary. :type: datetime Nr )r r r r r r m s c C s | j S )z� Gets the time_end of this AwrDatabaseWaitEventSummary. The end time of the wait event. :return: The time_end of this AwrDatabaseWaitEventSummary. :rtype: datetime �r r r r r r y s z$AwrDatabaseWaitEventSummary.time_endc C s || _ dS )z� Sets the time_end of this AwrDatabaseWaitEventSummary. The end time of the wait event. :param time_end: The time_end of this AwrDatabaseWaitEventSummary. :type: datetime Nr )r r r r r r � s c C s | j S )z� Gets the waits_per_sec of this AwrDatabaseWaitEventSummary. The wait count per second. :return: The waits_per_sec of this AwrDatabaseWaitEventSummary. :rtype: float �r r r r r r � s z)AwrDatabaseWaitEventSummary.waits_per_secc C s || _ dS )z� Sets the waits_per_sec of this AwrDatabaseWaitEventSummary. The wait count per second. :param waits_per_sec: The waits_per_sec of this AwrDatabaseWaitEventSummary. :type: float Nr )r r r r r r � s c C s | j S )z� Gets the avg_wait_time_per_sec of this AwrDatabaseWaitEventSummary. The average wait time per second. :return: The avg_wait_time_per_sec of this AwrDatabaseWaitEventSummary. :rtype: float �r r r r r r � s z1AwrDatabaseWaitEventSummary.avg_wait_time_per_secc C s || _ dS )z� Sets the avg_wait_time_per_sec of this AwrDatabaseWaitEventSummary. The average wait time per second. :param avg_wait_time_per_sec: The avg_wait_time_per_sec of this AwrDatabaseWaitEventSummary. :type: float Nr )r r r r r r � s c C s | j S )a� Gets the snapshot_identifier of this AwrDatabaseWaitEventSummary. The ID of the snapshot. The snapshot identifier is not the `OCID`__. It can be retrieved from the following endpoint: /awrHubs/{awrHubId}/awrDatabaseSnapshots __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The snapshot_identifier of this AwrDatabaseWaitEventSummary. :rtype: int �r r r r r r � s z/AwrDatabaseWaitEventSummary.snapshot_identifierc C s || _ dS )a� Sets the snapshot_identifier of this AwrDatabaseWaitEventSummary. The ID of the snapshot. The snapshot identifier is not the `OCID`__. It can be retrieved from the following endpoint: /awrHubs/{awrHubId}/awrDatabaseSnapshots __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param snapshot_identifier: The snapshot_identifier of this AwrDatabaseWaitEventSummary. :type: int Nr! )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z$AwrDatabaseWaitEventSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z"AwrDatabaseWaitEventSummary.__eq__c C s | |k S r"