AwrDbCpuUsageSummary

class oci.database_management.models.AwrDbCpuUsageSummary(**kwargs)

Bases: object

A summary of the AWR CPU resource limits and metrics.

Methods

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

Attributes

avg_value Gets the avg_value of this AwrDbCpuUsageSummary.
timestamp Gets the timestamp of this AwrDbCpuUsageSummary.
__init__(**kwargs)

Initializes a new AwrDbCpuUsageSummary 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 AwrDbCpuUsageSummary.
  • avg_value (float) – The value to assign to the avg_value property of this AwrDbCpuUsageSummary.
avg_value

Gets the avg_value of this AwrDbCpuUsageSummary. The average CPU usage per second.

Returns:The avg_value of this AwrDbCpuUsageSummary.
Return type:float
timestamp

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

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