Uses of Class
com.oracle.bmc.bds.model.AutoScalePolicy.PolicyType
-
Packages that use AutoScalePolicy.PolicyType Package Description com.oracle.bmc.bds.model -
-
Uses of AutoScalePolicy.PolicyType in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return AutoScalePolicy.PolicyType Modifier and Type Method Description static AutoScalePolicy.PolicyTypeAutoScalePolicy.PolicyType. create(String key)AutoScalePolicy.PolicyTypeAutoScalePolicy. getPolicyType()Types of autoscale policies.static AutoScalePolicy.PolicyTypeAutoScalePolicy.PolicyType. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoScalePolicy.PolicyType[]AutoScalePolicy.PolicyType. 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 AutoScalePolicy.PolicyType Modifier and Type Method Description AutoScalePolicy.BuilderAutoScalePolicy.Builder. policyType(AutoScalePolicy.PolicyType policyType)Types of autoscale policies.Constructors in com.oracle.bmc.bds.model with parameters of type AutoScalePolicy.PolicyType Constructor Description AutoScalePolicy(AutoScalePolicy.PolicyType policyType, List<AutoScalePolicyRule> rules)Deprecated.
-