📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/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.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: awr_database_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 )�AwrDatabaseCpuUsageCollectionz! The AWR CPU usage data. c K sj ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _dS )a� Initializes a new AwrDatabaseCpuUsageCollection object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.AwrDatabaseCpuUsageCollection.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 AwrDatabaseCpuUsageCollection. :type name: str :param version: The value to assign to the version property of this AwrDatabaseCpuUsageCollection. :type version: str :param db_query_time_in_secs: The value to assign to the db_query_time_in_secs property of this AwrDatabaseCpuUsageCollection. :type db_query_time_in_secs: float :param awr_result_type: The value to assign to the awr_result_type property of this AwrDatabaseCpuUsageCollection. 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 AwrDatabaseCpuUsageCollection. :type num_cpu_cores: int :param database_cpu_count: The value to assign to the database_cpu_count property of this AwrDatabaseCpuUsageCollection. :type database_cpu_count: int :param host_cpu_count: The value to assign to the host_cpu_count property of this AwrDatabaseCpuUsageCollection. :type host_cpu_count: float :param items: The value to assign to the items property of this AwrDatabaseCpuUsageCollection. :type items: list[oci.opsi.models.AwrDatabaseCpuUsageSummary] �str�float�intz list[AwrDatabaseCpuUsageSummary])�name�versionZdb_query_time_in_secsZawr_result_type� num_cpu_cores�database_cpu_count�host_cpu_count�itemsr r ZdbQueryTimeInSecsZ awrResultTypeZnumCpuCoresZdatabaseCpuCountZhostCpuCountr NZAWRDB_ASH_CPU_USAGE_SET) Z swagger_typesZ attribute_map�_nameZ_versionZ_db_query_time_in_secsZ_awr_result_type�_num_cpu_cores�_database_cpu_count�_host_cpu_count�_items)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/opsi/models/awr_database_cpu_usage_collection.py�__init__ s6 *��z&AwrDatabaseCpuUsageCollection.__init__c C s | j S )a Gets the num_cpu_cores of this AwrDatabaseCpuUsageCollection. The number of available CPU cores, which include subcores of multicore and single-core CPUs. :return: The num_cpu_cores of this AwrDatabaseCpuUsageCollection. :rtype: int �r �r r r r r [ s z+AwrDatabaseCpuUsageCollection.num_cpu_coresc C s || _ dS )a Sets the num_cpu_cores of this AwrDatabaseCpuUsageCollection. The number of available CPU cores, which include subcores of multicore and single-core CPUs. :param num_cpu_cores: The num_cpu_cores of this AwrDatabaseCpuUsageCollection. :type: int Nr )r r r r r r g s c C s | j S )z� Gets the database_cpu_count of this AwrDatabaseCpuUsageCollection. The number of CPUs available for the database to use. :return: The database_cpu_count of this AwrDatabaseCpuUsageCollection. :rtype: int �r r r r r r s s z0AwrDatabaseCpuUsageCollection.database_cpu_countc C s || _ dS )a Sets the database_cpu_count of this AwrDatabaseCpuUsageCollection. The number of CPUs available for the database to use. :param database_cpu_count: The database_cpu_count of this AwrDatabaseCpuUsageCollection. :type: int Nr )r r r r r r s c C s | j S )z� Gets the host_cpu_count of this AwrDatabaseCpuUsageCollection. The number of available CPUs or processors. :return: The host_cpu_count of this AwrDatabaseCpuUsageCollection. :rtype: float �r r r r r r � s z,AwrDatabaseCpuUsageCollection.host_cpu_countc C s || _ dS )z� Sets the host_cpu_count of this AwrDatabaseCpuUsageCollection. The number of available CPUs or processors. :param host_cpu_count: The host_cpu_count of this AwrDatabaseCpuUsageCollection. :type: float Nr )r r r r r r � s c C s | j S )z� Gets the items of this AwrDatabaseCpuUsageCollection. A list of AWR CPU usage summary data. :return: The items of this AwrDatabaseCpuUsageCollection. :rtype: list[oci.opsi.models.AwrDatabaseCpuUsageSummary] �r r r r r r � s z#AwrDatabaseCpuUsageCollection.itemsc C s || _ dS )z� Sets the items of this AwrDatabaseCpuUsageCollection. A list of AWR CPU usage summary data. :param items: The items of this AwrDatabaseCpuUsageCollection. :type: list[oci.opsi.models.AwrDatabaseCpuUsageSummary] Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z&AwrDatabaseCpuUsageCollection.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z$AwrDatabaseCpuUsageCollection.__eq__c C s | |k S r! r r$ r r r �__ne__� s z$AwrDatabaseCpuUsageCollection.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r"