Uses of Class
com.oracle.bmc.autoscaling.model.MetricBase
-
Packages that use MetricBase Package Description com.oracle.bmc.autoscaling.model -
-
Uses of MetricBase in com.oracle.bmc.autoscaling.model
Subclasses of MetricBase in com.oracle.bmc.autoscaling.model Modifier and Type Class Description class
CustomMetric
Metric details for triggering an autoscaling action based on a custom MQL query.class
Metric
Metric and threshold details for triggering an autoscaling action based on CPU or memory utilization.Methods in com.oracle.bmc.autoscaling.model that return MetricBase Modifier and Type Method Description MetricBase
Condition. getMetric()
MetricBase
CreateConditionDetails. getMetric()
MetricBase
UpdateConditionDetails. getMetric()
Methods in com.oracle.bmc.autoscaling.model with parameters of type MetricBase Modifier and Type Method Description Condition.Builder
Condition.Builder. metric(MetricBase metric)
CreateConditionDetails.Builder
CreateConditionDetails.Builder. metric(MetricBase metric)
UpdateConditionDetails.Builder
UpdateConditionDetails.Builder. metric(MetricBase metric)
Constructors in com.oracle.bmc.autoscaling.model with parameters of type MetricBase Constructor Description Condition(Action action, String displayName, String id, MetricBase metric)
Deprecated.CreateConditionDetails(Action action, String displayName, MetricBase metric)
Deprecated.UpdateConditionDetails(Action action, String displayName, MetricBase metric)
Deprecated.
-