📂 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_cpu_usage_collection.cpython-39.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�AwrQueryResult� )�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 dd� Zdd� Zdd� Z dS )�AwrDbCpuUsageCollectionz! The AWR CPU usage data. c K st dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new AwrDbCpuUsageCollection object with values from keyword arguments. The default value of the :py:attr:`~oci.database_management.models.AwrDbCpuUsageCollection.awr_result_type` attribute of this class is ``AWRDB_ASH_CPU_USAGE_SET`` and it should not be changed. 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 AwrDbCpuUsageCollection. :type name: str :param version: The value to assign to the version property of this AwrDbCpuUsageCollection. :type version: str :param query_key: The value to assign to the query_key property of this AwrDbCpuUsageCollection. :type query_key: str :param db_query_time_in_secs: The value to assign to the db_query_time_in_secs property of this AwrDbCpuUsageCollection. :type db_query_time_in_secs: float :param awr_result_type: The value to assign to the awr_result_type property of this AwrDbCpuUsageCollection. Allowed values for this property are: "AWRDB_SET", "AWRDB_SNAPSHOT_RANGE_SET", "AWRDB_SNAPSHOT_SET", "AWRDB_METRICS_SET", "AWRDB_SYSSTAT_SET", "AWRDB_TOP_EVENT_SET", "AWRDB_EVENT_SET", "AWRDB_EVENT_HISTOGRAM", "AWRDB_DB_PARAMETER_SET", "AWRDB_DB_PARAMETER_CHANGE", "AWRDB_ASH_CPU_USAGE_SET", "AWRDB_DB_REPORT", "AWRDB_SQL_REPORT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type awr_result_type: str :param num_cpu_cores: The value to assign to the num_cpu_cores property of this AwrDbCpuUsageCollection. :type num_cpu_cores: int :param cpu_count: The value to assign to the cpu_count property of this AwrDbCpuUsageCollection. :type cpu_count: int :param num_cpus: The value to assign to the num_cpus property of this AwrDbCpuUsageCollection. :type num_cpus: float :param items: The value to assign to the items property of this AwrDbCpuUsageCollection. :type items: list[oci.database_management.models.AwrDbCpuUsageSummary] �str�float�intzlist[AwrDbCpuUsageSummary]) �name�versionZ query_keyZdb_query_time_in_secsZawr_result_type� num_cpu_cores� cpu_count�num_cpus�itemsr r ZqueryKeyZdbQueryTimeInSecsZ awrResultTypeZnumCpuCoresZcpuCountZnumCpusr NZAWRDB_ASH_CPU_USAGE_SET)Z swagger_typesZ attribute_map�_nameZ_versionZ _query_keyZ_db_query_time_in_secsZ_awr_result_type�_num_cpu_cores� _cpu_count� _num_cpus�_items)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/database_management/models/awr_db_cpu_usage_collection.py�__init__ s<