Uses of Class
com.oracle.bmc.autoscaling.model.Metric.MetricType
-
Packages that use Metric.MetricType Package Description com.oracle.bmc.autoscaling.model -
-
Uses of Metric.MetricType in com.oracle.bmc.autoscaling.model
Methods in com.oracle.bmc.autoscaling.model that return Metric.MetricType Modifier and Type Method Description static Metric.MetricType
Metric.MetricType. create(String key)
Metric.MetricType
Metric. getMetricType()
static Metric.MetricType
Metric.MetricType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Metric.MetricType[]
Metric.MetricType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.autoscaling.model with parameters of type Metric.MetricType Modifier and Type Method Description Metric.Builder
Metric.Builder. metricType(Metric.MetricType metricType)
Constructors in com.oracle.bmc.autoscaling.model with parameters of type Metric.MetricType Constructor Description Metric(Metric.MetricType metricType, Threshold threshold)
Deprecated.
-