📂 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
›
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: awr_db_sysstat_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 )�AwrDbSysstatSummaryz. The summary of the AWR SYSSTAT data. c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a1 Initializes a new AwrDbSysstatSummary 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 AwrDbSysstatSummary. :type name: str :param category: The value to assign to the category property of this AwrDbSysstatSummary. :type category: str :param time_begin: The value to assign to the time_begin property of this AwrDbSysstatSummary. :type time_begin: datetime :param time_end: The value to assign to the time_end property of this AwrDbSysstatSummary. :type time_end: datetime :param avg_value: The value to assign to the avg_value property of this AwrDbSysstatSummary. :type avg_value: float :param current_value: The value to assign to the current_value property of this AwrDbSysstatSummary. :type current_value: float �strZdatetime�float)�name�category� time_begin�time_end� avg_value� current_valuer r Z timeBeginZtimeEndZavgValueZcurrentValueN)Z swagger_typesZ attribute_map�_name� _category�_time_begin� _time_end� _avg_value�_current_value)�self�kwargs� r �Y/usr/lib/python3.9/site-packages/oci/database_management/models/awr_db_sysstat_summary.py�__init__ s( � � zAwrDbSysstatSummary.__init__c C s | j S )z� **[Required]** Gets the name of this AwrDbSysstatSummary. The name of the SYSSTAT. :return: The name of this AwrDbSysstatSummary. :rtype: str �r �r r r r r I s zAwrDbSysstatSummary.namec C s || _ dS )z� Sets the name of this AwrDbSysstatSummary. The name of the SYSSTAT. :param name: The name of this AwrDbSysstatSummary. :type: str Nr )r r r r r r U s c C s | j S )z� Gets the category of this AwrDbSysstatSummary. The name of the SYSSTAT category. :return: The category of this AwrDbSysstatSummary. :rtype: str �r r r r r r a s zAwrDbSysstatSummary.categoryc C s || _ dS )z� Sets the category of this AwrDbSysstatSummary. The name of the SYSSTAT category. :param category: The category of this AwrDbSysstatSummary. :type: str Nr )r r r r r r m s c C s | j S )z� Gets the time_begin of this AwrDbSysstatSummary. The start time of the SYSSTAT. :return: The time_begin of this AwrDbSysstatSummary. :rtype: datetime �r r r r r r y s zAwrDbSysstatSummary.time_beginc C s || _ dS )z� Sets the time_begin of this AwrDbSysstatSummary. The start time of the SYSSTAT. :param time_begin: The time_begin of this AwrDbSysstatSummary. :type: datetime Nr )r r r r r r � s c C s | j S )z� Gets the time_end of this AwrDbSysstatSummary. The end time of the SYSSTAT. :return: The time_end of this AwrDbSysstatSummary. :rtype: datetime �r r r r r r � s zAwrDbSysstatSummary.time_endc C s || _ dS )z� Sets the time_end of this AwrDbSysstatSummary. The end time of the SYSSTAT. :param time_end: The time_end of this AwrDbSysstatSummary. :type: datetime Nr )r r r r r r � s c C s | j S )z� Gets the avg_value of this AwrDbSysstatSummary. The average value of the SYSSTAT. :return: The avg_value of this AwrDbSysstatSummary. :rtype: float �r r r r r r � s zAwrDbSysstatSummary.avg_valuec C s || _ dS )z� Sets the avg_value of this AwrDbSysstatSummary. The average value of the SYSSTAT. :param avg_value: The avg_value of this AwrDbSysstatSummary. :type: float Nr )r r r r r r � s c C s | j S )z� Gets the current_value of this AwrDbSysstatSummary. The last value of the SYSSTAT. :return: The current_value of this AwrDbSysstatSummary. :rtype: float �r r r r r r � s z!AwrDbSysstatSummary.current_valuec C s || _ dS )z� Sets the current_value of this AwrDbSysstatSummary. The last value of the SYSSTAT. :param current_value: The current_value of this AwrDbSysstatSummary. :type: float Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zAwrDbSysstatSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zAwrDbSysstatSummary.__eq__c C s | |k S r! r r$ r r r �__ne__� s zAwrDbSysstatSummary.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"