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