Uses of Class
com.oracle.bmc.bds.model.MetricThresholdRule
-
Packages that use MetricThresholdRule Package Description com.oracle.bmc.bds.model -
-
Uses of MetricThresholdRule in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return MetricThresholdRule Modifier and Type Method Description MetricThresholdRule
MetricThresholdRule.Builder. build()
MetricThresholdRule
AutoScalePolicyMetricRule. getThreshold()
Methods in com.oracle.bmc.bds.model with parameters of type MetricThresholdRule Modifier and Type Method Description MetricThresholdRule.Builder
MetricThresholdRule.Builder. copy(MetricThresholdRule model)
AutoScalePolicyMetricRule.Builder
AutoScalePolicyMetricRule.Builder. threshold(MetricThresholdRule threshold)
Constructors in com.oracle.bmc.bds.model with parameters of type MetricThresholdRule Constructor Description AutoScalePolicyMetricRule(AutoScalePolicyMetricRule.MetricType metricType, MetricThresholdRule threshold)
Deprecated.
-