AwrDatabaseMetricSummary¶
-
class
oci.opsi.models.
AwrDatabaseMetricSummary
(**kwargs)¶ Bases:
object
The summary of the AWR metric data for a particular metric at a specific time.
Methods
__init__
(**kwargs)Initializes a new AwrDatabaseMetricSummary object with values from keyword arguments. Attributes
avg_value
Gets the avg_value of this AwrDatabaseMetricSummary. max_value
Gets the max_value of this AwrDatabaseMetricSummary. min_value
Gets the min_value of this AwrDatabaseMetricSummary. name
[Required] Gets the name of this AwrDatabaseMetricSummary. timestamp
Gets the timestamp of this AwrDatabaseMetricSummary. -
__init__
(**kwargs)¶ Initializes a new AwrDatabaseMetricSummary 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 AwrDatabaseMetricSummary.
- timestamp (datetime) – The value to assign to the timestamp property of this AwrDatabaseMetricSummary.
- avg_value (float) – The value to assign to the avg_value property of this AwrDatabaseMetricSummary.
- min_value (float) – The value to assign to the min_value property of this AwrDatabaseMetricSummary.
- max_value (float) – The value to assign to the max_value property of this AwrDatabaseMetricSummary.
-
avg_value
¶ Gets the avg_value of this AwrDatabaseMetricSummary. The average value of the sampling period.
Returns: The avg_value of this AwrDatabaseMetricSummary. Return type: float
-
max_value
¶ Gets the max_value of this AwrDatabaseMetricSummary. The maximum value of the sampling period.
Returns: The max_value of this AwrDatabaseMetricSummary. Return type: float
-
min_value
¶ Gets the min_value of this AwrDatabaseMetricSummary. The minimum value of the sampling period.
Returns: The min_value of this AwrDatabaseMetricSummary. Return type: float
-
name
¶ [Required] Gets the name of this AwrDatabaseMetricSummary. The name of the metric.
Returns: The name of this AwrDatabaseMetricSummary. Return type: str
-
timestamp
¶ Gets the timestamp of this AwrDatabaseMetricSummary. The time of the sampling.
Returns: The timestamp of this AwrDatabaseMetricSummary. Return type: datetime
-