ruạṛ
a O��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�version�db_query_time_in_secs�awr_result_type� num_cpu_cores�database_cpu_count�host_cpu_count�itemsr r �dbQueryTimeInSecs� awrResultType�numCpuCores�databaseCpuCount�hostCpuCountr N�AWRDB_ASH_CPU_USAGE_SET) � swagger_types� attribute_map�_name�_version�_db_query_time_in_secs�_awr_result_type�_num_cpu_cores�_database_cpu_count�_host_cpu_count�_items)�self�kwargs� r&