Uses of Class
com.oracle.bmc.autoscaling.model.MetricBase.MetricSource
-
Packages that use MetricBase.MetricSource Package Description com.oracle.bmc.autoscaling.model -
-
Uses of MetricBase.MetricSource in com.oracle.bmc.autoscaling.model
Methods in com.oracle.bmc.autoscaling.model that return MetricBase.MetricSource Modifier and Type Method Description static MetricBase.MetricSource
MetricBase.MetricSource. create(String key)
static MetricBase.MetricSource
MetricBase.MetricSource. valueOf(String name)
Returns the enum constant of this type with the specified name.static MetricBase.MetricSource[]
MetricBase.MetricSource. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-