Uses of Class
com.oracle.bmc.bds.model.AutoScalePolicyRule.Action
-
Packages that use AutoScalePolicyRule.Action Package Description com.oracle.bmc.bds.model -
-
Uses of AutoScalePolicyRule.Action in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return AutoScalePolicyRule.Action Modifier and Type Method Description static AutoScalePolicyRule.Action
AutoScalePolicyRule.Action. create(String key)
AutoScalePolicyRule.Action
AutoScalePolicyRule. getAction()
The valid value are CHANGE_SHAPE_SCALE_UP or CHANGE_SHAPE_SCALE_DOWN.static AutoScalePolicyRule.Action
AutoScalePolicyRule.Action. valueOf(String name)
Returns the enum constant of this type with the specified name.static AutoScalePolicyRule.Action[]
AutoScalePolicyRule.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.bds.model with parameters of type AutoScalePolicyRule.Action Modifier and Type Method Description AutoScalePolicyRule.Builder
AutoScalePolicyRule.Builder. action(AutoScalePolicyRule.Action action)
The valid value are CHANGE_SHAPE_SCALE_UP or CHANGE_SHAPE_SCALE_DOWN.Constructors in com.oracle.bmc.bds.model with parameters of type AutoScalePolicyRule.Action Constructor Description AutoScalePolicyRule(AutoScalePolicyRule.Action action, AutoScalePolicyMetricRule metric)
Deprecated.
-