public static final class WarmPoolOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements WarmPoolOptions
WarmPoolOptions
WarmPoolOptions.Builder, WarmPoolOptions.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getMaxGroupPreparedCapacity()
The maximum number of instances that are allowed to be in the warm pool or in any state except Terminated for the Auto Scaling group.
|
java.lang.Number |
getMinSize()
The minimum number of instances to maintain in the warm pool.
|
PoolState |
getPoolState()
The instance state to transition to after the lifecycle actions are complete.
|
java.lang.Boolean |
getReuseOnScaleIn()
Indicates whether instances in the Auto Scaling group can be returned to the warm pool on scale in.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Number getMaxGroupPreparedCapacity()
WarmPoolOptions
If the value is not specified, Amazon EC2 Auto Scaling launches and maintains the difference between the group's maximum capacity and its desired capacity.
Default: - max size of the Auto Scaling group
getMaxGroupPreparedCapacity
in interface WarmPoolOptions
public final java.lang.Number getMinSize()
WarmPoolOptions
Default: 0
getMinSize
in interface WarmPoolOptions
public final PoolState getPoolState()
WarmPoolOptions
Default: PoolState.STOPPED
getPoolState
in interface WarmPoolOptions
public final java.lang.Boolean getReuseOnScaleIn()
WarmPoolOptions
If the value is not specified, instances in the Auto Scaling group will be terminated when the group scales in.
Default: false
getReuseOnScaleIn
in interface WarmPoolOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()