AwrDbSysstatSummary

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

Bases: object

The summary of the AWR SYSSTAT data.

Methods

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

Attributes

avg_value Gets the avg_value of this AwrDbSysstatSummary.
category Gets the category of this AwrDbSysstatSummary.
current_value Gets the current_value of this AwrDbSysstatSummary.
name [Required] Gets the name of this AwrDbSysstatSummary.
time_begin Gets the time_begin of this AwrDbSysstatSummary.
time_end Gets the time_end of this AwrDbSysstatSummary.
__init__(**kwargs)

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

Parameters:
  • name (str) – The value to assign to the name property of this AwrDbSysstatSummary.
  • category (str) – The value to assign to the category property of this AwrDbSysstatSummary.
  • time_begin (datetime) – The value to assign to the time_begin property of this AwrDbSysstatSummary.
  • time_end (datetime) – The value to assign to the time_end property of this AwrDbSysstatSummary.
  • avg_value (float) – The value to assign to the avg_value property of this AwrDbSysstatSummary.
  • current_value (float) – The value to assign to the current_value property of this AwrDbSysstatSummary.
avg_value

Gets the avg_value of this AwrDbSysstatSummary. The average value of the SYSSTAT.

Returns:The avg_value of this AwrDbSysstatSummary.
Return type:float
category

Gets the category of this AwrDbSysstatSummary. The name of the SYSSTAT category.

Returns:The category of this AwrDbSysstatSummary.
Return type:str
current_value

Gets the current_value of this AwrDbSysstatSummary. The last value of the SYSSTAT.

Returns:The current_value of this AwrDbSysstatSummary.
Return type:float
name

[Required] Gets the name of this AwrDbSysstatSummary. The name of the SYSSTAT.

Returns:The name of this AwrDbSysstatSummary.
Return type:str
time_begin

Gets the time_begin of this AwrDbSysstatSummary. The start time of the SYSSTAT.

Returns:The time_begin of this AwrDbSysstatSummary.
Return type:datetime
time_end

Gets the time_end of this AwrDbSysstatSummary. The end time of the SYSSTAT.

Returns:The time_end of this AwrDbSysstatSummary.
Return type:datetime