Uses of Class
com.oracle.bmc.autoscaling.model.Condition
-
Packages that use Condition Package Description com.oracle.bmc.autoscaling.model -
-
Uses of Condition in com.oracle.bmc.autoscaling.model
Methods in com.oracle.bmc.autoscaling.model that return Condition Modifier and Type Method Description Condition
Condition.Builder. build()
Methods in com.oracle.bmc.autoscaling.model that return types with arguments of type Condition Modifier and Type Method Description List<Condition>
ThresholdPolicy. getRules()
Methods in com.oracle.bmc.autoscaling.model with parameters of type Condition Modifier and Type Method Description Condition.Builder
Condition.Builder. copy(Condition model)
Method parameters in com.oracle.bmc.autoscaling.model with type arguments of type Condition Modifier and Type Method Description ThresholdPolicy.Builder
ThresholdPolicy.Builder. rules(List<Condition> rules)
Constructor parameters in com.oracle.bmc.autoscaling.model with type arguments of type Condition Constructor Description ThresholdPolicy(Capacity capacity, String id, String displayName, Date timeCreated, Boolean isEnabled, List<Condition> rules)
Deprecated.
-