Uses of Class
com.oracle.bmc.bds.model.AutoScalePolicyRule
-
Packages that use AutoScalePolicyRule Package Description com.oracle.bmc.bds.model -
-
Uses of AutoScalePolicyRule in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return AutoScalePolicyRule Modifier and Type Method Description AutoScalePolicyRule
AutoScalePolicyRule.Builder. build()
Methods in com.oracle.bmc.bds.model that return types with arguments of type AutoScalePolicyRule Modifier and Type Method Description List<AutoScalePolicyRule>
AutoScalePolicy. getRules()
The list of rules for autoscaling.Methods in com.oracle.bmc.bds.model with parameters of type AutoScalePolicyRule Modifier and Type Method Description AutoScalePolicyRule.Builder
AutoScalePolicyRule.Builder. copy(AutoScalePolicyRule model)
Method parameters in com.oracle.bmc.bds.model with type arguments of type AutoScalePolicyRule Modifier and Type Method Description AutoScalePolicy.Builder
AutoScalePolicy.Builder. rules(List<AutoScalePolicyRule> rules)
The list of rules for autoscaling.Constructor parameters in com.oracle.bmc.bds.model with type arguments of type AutoScalePolicyRule Constructor Description AutoScalePolicy(AutoScalePolicy.PolicyType policyType, List<AutoScalePolicyRule> rules)
Deprecated.
-