AwrDatabaseSysstatSummary¶
-
class
oci.opsi.models.
AwrDatabaseSysstatSummary
(**kwargs)¶ Bases:
object
The summary of the AWR SYSSTAT data.
Methods
__init__
(**kwargs)Initializes a new AwrDatabaseSysstatSummary object with values from keyword arguments. Attributes
avg_value
Gets the avg_value of this AwrDatabaseSysstatSummary. category
Gets the category of this AwrDatabaseSysstatSummary. current_value
Gets the current_value of this AwrDatabaseSysstatSummary. name
[Required] Gets the name of this AwrDatabaseSysstatSummary. time_begin
Gets the time_begin of this AwrDatabaseSysstatSummary. time_end
Gets the time_end of this AwrDatabaseSysstatSummary. -
__init__
(**kwargs)¶ Initializes a new AwrDatabaseSysstatSummary 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 AwrDatabaseSysstatSummary.
- category (str) – The value to assign to the category property of this AwrDatabaseSysstatSummary.
- time_begin (datetime) – The value to assign to the time_begin property of this AwrDatabaseSysstatSummary.
- time_end (datetime) – The value to assign to the time_end property of this AwrDatabaseSysstatSummary.
- avg_value (float) – The value to assign to the avg_value property of this AwrDatabaseSysstatSummary.
- current_value (float) – The value to assign to the current_value property of this AwrDatabaseSysstatSummary.
-
avg_value
¶ Gets the avg_value of this AwrDatabaseSysstatSummary. The average value of the SYSSTAT. The units are stats name/val per the time period {timeBegin - timeEnd}.
Returns: The avg_value of this AwrDatabaseSysstatSummary. Return type: float
-
category
¶ Gets the category of this AwrDatabaseSysstatSummary. The name of the SYSSTAT category.
Returns: The category of this AwrDatabaseSysstatSummary. Return type: str
-
current_value
¶ Gets the current_value of this AwrDatabaseSysstatSummary. The last value of the SYSSTAT. The units are stats name/val per the time period {timeBegin - timeEnd}.
Returns: The current_value of this AwrDatabaseSysstatSummary. Return type: float
-
name
¶ [Required] Gets the name of this AwrDatabaseSysstatSummary. The name of the SYSSTAT.
Returns: The name of this AwrDatabaseSysstatSummary. Return type: str
-
time_begin
¶ Gets the time_begin of this AwrDatabaseSysstatSummary. The start time of the SYSSTAT.
Returns: The time_begin of this AwrDatabaseSysstatSummary. Return type: datetime
-
time_end
¶ Gets the time_end of this AwrDatabaseSysstatSummary. The end time of the SYSSTAT.
Returns: The time_end of this AwrDatabaseSysstatSummary. Return type: datetime
-