AwrDatabaseCpuUsageSummary

class oci.opsi.models.AwrDatabaseCpuUsageSummary(**kwargs)

Bases: object

A summary of the AWR CPU resource limits and metrics.

Methods

__init__(**kwargs) Initializes a new AwrDatabaseCpuUsageSummary object with values from keyword arguments.

Attributes

avg_usage_in_secs Gets the avg_usage_in_secs of this AwrDatabaseCpuUsageSummary.
timestamp Gets the timestamp of this AwrDatabaseCpuUsageSummary.
__init__(**kwargs)

Initializes a new AwrDatabaseCpuUsageSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • timestamp (datetime) – The value to assign to the timestamp property of this AwrDatabaseCpuUsageSummary.
  • avg_usage_in_secs (float) – The value to assign to the avg_usage_in_secs property of this AwrDatabaseCpuUsageSummary.
avg_usage_in_secs

Gets the avg_usage_in_secs of this AwrDatabaseCpuUsageSummary. The average CPU usage per second.

Returns:The avg_usage_in_secs of this AwrDatabaseCpuUsageSummary.
Return type:float
timestamp

Gets the timestamp of this AwrDatabaseCpuUsageSummary. The timestamp for the CPU summary data.

Returns:The timestamp of this AwrDatabaseCpuUsageSummary.
Return type:datetime