public static final class CfnFleet.LocationCapacityProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFleet.LocationCapacityProperty
CfnFleet.LocationCapacityProperty
CfnFleet.LocationCapacityProperty.Builder, CfnFleet.LocationCapacityProperty.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 |
getDesiredEc2Instances()
The number of Amazon EC2 instances you want to maintain in the specified fleet location.
|
java.lang.Number |
getMaxSize()
The maximum number of instances that are allowed in the specified fleet location.
|
java.lang.Number |
getMinSize()
The minimum number of instances that are allowed in the specified fleet location.
|
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 getDesiredEc2Instances()
CfnFleet.LocationCapacityProperty
This value must fall between the minimum and maximum size limits.
getDesiredEc2Instances
in interface CfnFleet.LocationCapacityProperty
public final java.lang.Number getMaxSize()
CfnFleet.LocationCapacityProperty
If this parameter is not set, the default is 1.
getMaxSize
in interface CfnFleet.LocationCapacityProperty
public final java.lang.Number getMinSize()
CfnFleet.LocationCapacityProperty
If this parameter is not set, the default is 0.
getMinSize
in interface CfnFleet.LocationCapacityProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()