Uses of Class
com.oracle.bmc.autoscaling.model.Capacity.Builder
-
Packages that use Capacity.Builder Package Description com.oracle.bmc.autoscaling.model -
-
Uses of Capacity.Builder in com.oracle.bmc.autoscaling.model
Methods in com.oracle.bmc.autoscaling.model that return Capacity.Builder Modifier and Type Method Description static Capacity.Builder
Capacity. builder()
Create a new builder.Capacity.Builder
Capacity.Builder. copy(Capacity model)
Capacity.Builder
Capacity.Builder. initial(Integer initial)
For a threshold-based autoscaling policy, this value is the initial number of instances to launch in the instance pool immediately after autoscaling is enabled.Capacity.Builder
Capacity.Builder. max(Integer max)
For a threshold-based autoscaling policy, this value is the maximum number of instances the instance pool is allowed to increase to (scale out).Capacity.Builder
Capacity.Builder. min(Integer min)
For a threshold-based autoscaling policy, this value is the minimum number of instances the instance pool is allowed to decrease to (scale in).Capacity.Builder
Capacity. toBuilder()
-