FleetMetricSummaryDefinition¶
-
class
oci.database_management.models.
FleetMetricSummaryDefinition
(**kwargs)¶ Bases:
object
A summary of the fleet metrics, which provides the metric aggregated value of the databases in the fleet.
Methods
__init__
(**kwargs)Initializes a new FleetMetricSummaryDefinition object with values from keyword arguments. Attributes
baseline_value
Gets the baseline_value of this FleetMetricSummaryDefinition. dimensions
Gets the dimensions of this FleetMetricSummaryDefinition. metric_name
Gets the metric_name of this FleetMetricSummaryDefinition. percentage_change
Gets the percentage_change of this FleetMetricSummaryDefinition. target_value
Gets the target_value of this FleetMetricSummaryDefinition. unit
Gets the unit of this FleetMetricSummaryDefinition. -
__init__
(**kwargs)¶ Initializes a new FleetMetricSummaryDefinition object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - metric_name (str) – The value to assign to the metric_name property of this FleetMetricSummaryDefinition.
- baseline_value (float) – The value to assign to the baseline_value property of this FleetMetricSummaryDefinition.
- target_value (float) – The value to assign to the target_value property of this FleetMetricSummaryDefinition.
- unit (str) – The value to assign to the unit property of this FleetMetricSummaryDefinition.
- percentage_change (float) – The value to assign to the percentage_change property of this FleetMetricSummaryDefinition.
- dimensions (list[oci.database_management.models.MetricDimensionDefinition]) – The value to assign to the dimensions property of this FleetMetricSummaryDefinition.
-
baseline_value
¶ Gets the baseline_value of this FleetMetricSummaryDefinition. The metric aggregated value at the baseline date and time.
Returns: The baseline_value of this FleetMetricSummaryDefinition. Return type: float
-
dimensions
¶ Gets the dimensions of this FleetMetricSummaryDefinition. The unique dimension key and values of the baseline metric.
Returns: The dimensions of this FleetMetricSummaryDefinition. Return type: list[oci.database_management.models.MetricDimensionDefinition]
-
metric_name
¶ Gets the metric_name of this FleetMetricSummaryDefinition. The name of the metric.
Returns: The metric_name of this FleetMetricSummaryDefinition. Return type: str
-
percentage_change
¶ Gets the percentage_change of this FleetMetricSummaryDefinition. The percentage change in the metric aggregated value compared to the baseline value.
Returns: The percentage_change of this FleetMetricSummaryDefinition. Return type: float
-
target_value
¶ Gets the target_value of this FleetMetricSummaryDefinition. The metric aggregated value at the target date and time.
Returns: The target_value of this FleetMetricSummaryDefinition. Return type: float
-
unit
¶ Gets the unit of this FleetMetricSummaryDefinition. The unit of the value.
Returns: The unit of this FleetMetricSummaryDefinition. Return type: str
-