ExadataFleetMetricDefinition¶
-
class
oci.database_management.models.ExadataFleetMetricDefinition(**kwargs)¶ Bases:
objectThe Exadata infrastructure metric details.
Methods
__init__(**kwargs)Initializes a new ExadataFleetMetricDefinition object with values from keyword arguments. Attributes
baseline_valueGets the baseline_value of this ExadataFleetMetricDefinition. dimensionsGets the dimensions of this ExadataFleetMetricDefinition. metric_nameGets the metric_name of this ExadataFleetMetricDefinition. percentage_changeGets the percentage_change of this ExadataFleetMetricDefinition. target_valueGets the target_value of this ExadataFleetMetricDefinition. timestampGets the timestamp of this ExadataFleetMetricDefinition. unitGets the unit of this ExadataFleetMetricDefinition. -
__init__(**kwargs)¶ Initializes a new ExadataFleetMetricDefinition 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 ExadataFleetMetricDefinition.
- baseline_value (float) – The value to assign to the baseline_value property of this ExadataFleetMetricDefinition.
- target_value (float) – The value to assign to the target_value property of this ExadataFleetMetricDefinition.
- unit (str) – The value to assign to the unit property of this ExadataFleetMetricDefinition.
- timestamp (datetime) – The value to assign to the timestamp property of this ExadataFleetMetricDefinition.
- percentage_change (float) – The value to assign to the percentage_change property of this ExadataFleetMetricDefinition.
- dimensions (list[oci.database_management.models.ExadataMetricDimensionDefinition]) – The value to assign to the dimensions property of this ExadataFleetMetricDefinition.
-
baseline_value¶ Gets the baseline_value of this ExadataFleetMetricDefinition. The baseline value of the metric.
Returns: The baseline_value of this ExadataFleetMetricDefinition. Return type: float
-
dimensions¶ Gets the dimensions of this ExadataFleetMetricDefinition. The dimensions of the metric.
Returns: The dimensions of this ExadataFleetMetricDefinition. Return type: list[oci.database_management.models.ExadataMetricDimensionDefinition]
-
metric_name¶ Gets the metric_name of this ExadataFleetMetricDefinition. The name of the metric.
Returns: The metric_name of this ExadataFleetMetricDefinition. Return type: str
-
percentage_change¶ Gets the percentage_change of this ExadataFleetMetricDefinition. The percentage change in the metric aggregated value compared to the baseline value.
Returns: The percentage_change of this ExadataFleetMetricDefinition. Return type: float
-
target_value¶ Gets the target_value of this ExadataFleetMetricDefinition. The target value of the metric.
Returns: The target_value of this ExadataFleetMetricDefinition. Return type: float
-
timestamp¶ Gets the timestamp of this ExadataFleetMetricDefinition. The data point date and time in UTC in ISO-8601 format, which is “yyyy-MM-dd’T’hh:mm:ss.sss’Z’”.
Returns: The timestamp of this ExadataFleetMetricDefinition. Return type: datetime
-
unit¶ Gets the unit of this ExadataFleetMetricDefinition. The unit of the value.
Returns: The unit of this ExadataFleetMetricDefinition. Return type: str
-