ExadataFleetMetricSummaryDefinition

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

Bases: object

A summary of the fleet metrics, which provides the metric aggregated value of the Exadata infrastructures in the fleet.

Methods

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

Attributes

baseline_value Gets the baseline_value of this ExadataFleetMetricSummaryDefinition.
dimensions Gets the dimensions of this ExadataFleetMetricSummaryDefinition.
metric_name Gets the metric_name of this ExadataFleetMetricSummaryDefinition.
percentage_change Gets the percentage_change of this ExadataFleetMetricSummaryDefinition.
target_value Gets the target_value of this ExadataFleetMetricSummaryDefinition.
unit Gets the unit of this ExadataFleetMetricSummaryDefinition.
__init__(**kwargs)

Initializes a new ExadataFleetMetricSummaryDefinition 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 ExadataFleetMetricSummaryDefinition.
  • baseline_value (float) – The value to assign to the baseline_value property of this ExadataFleetMetricSummaryDefinition.
  • target_value (float) – The value to assign to the target_value property of this ExadataFleetMetricSummaryDefinition.
  • unit (str) – The value to assign to the unit property of this ExadataFleetMetricSummaryDefinition.
  • percentage_change (float) – The value to assign to the percentage_change property of this ExadataFleetMetricSummaryDefinition.
  • dimensions (list[oci.database_management.models.ExadataMetricDimensionDefinition]) – The value to assign to the dimensions property of this ExadataFleetMetricSummaryDefinition.
baseline_value

Gets the baseline_value of this ExadataFleetMetricSummaryDefinition. The metric aggregated value at the baseline date and time.

Returns:The baseline_value of this ExadataFleetMetricSummaryDefinition.
Return type:float
dimensions

Gets the dimensions of this ExadataFleetMetricSummaryDefinition. The unique dimension key and values of the baseline metric.

Returns:The dimensions of this ExadataFleetMetricSummaryDefinition.
Return type:list[oci.database_management.models.ExadataMetricDimensionDefinition]
metric_name

Gets the metric_name of this ExadataFleetMetricSummaryDefinition. The name of the metric.

Returns:The metric_name of this ExadataFleetMetricSummaryDefinition.
Return type:str
percentage_change

Gets the percentage_change of this ExadataFleetMetricSummaryDefinition. The percentage change in the metric aggregated value compared to the baseline value.

Returns:The percentage_change of this ExadataFleetMetricSummaryDefinition.
Return type:float
target_value

Gets the target_value of this ExadataFleetMetricSummaryDefinition. The metric aggregated value at the target date and time.

Returns:The target_value of this ExadataFleetMetricSummaryDefinition.
Return type:float
unit

Gets the unit of this ExadataFleetMetricSummaryDefinition. The unit of the value.

Returns:The unit of this ExadataFleetMetricSummaryDefinition.
Return type:str