Package | Description |
---|---|
com.oracle.bmc.autoscaling.model |
Modifier and Type | Method and 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() |
Copyright © 2016–2024. All rights reserved.