Package | Description |
---|---|
com.amazonaws.services.gamelift.model |
Modifier and Type | Method and Description |
---|---|
EC2InstanceCounts |
EC2InstanceCounts.clone() |
EC2InstanceCounts |
FleetCapacity.getInstanceCounts()
Current status of fleet capacity.
|
EC2InstanceCounts |
EC2InstanceCounts.withACTIVE(Integer aCTIVE)
Actual number of active instances in the fleet.
|
EC2InstanceCounts |
EC2InstanceCounts.withDESIRED(Integer dESIRED)
Ideal number of active instances in the fleet.
|
EC2InstanceCounts |
EC2InstanceCounts.withIDLE(Integer iDLE)
Number of active instances in the fleet that are not currently hosting a
game session.
|
EC2InstanceCounts |
EC2InstanceCounts.withMAXIMUM(Integer mAXIMUM)
Maximum value allowed for the fleet's instance count.
|
EC2InstanceCounts |
EC2InstanceCounts.withMINIMUM(Integer mINIMUM)
Minimum value allowed for the fleet's instance count.
|
EC2InstanceCounts |
EC2InstanceCounts.withPENDING(Integer pENDING)
Number of instances in the fleet that are starting but not yet active.
|
EC2InstanceCounts |
EC2InstanceCounts.withTERMINATING(Integer tERMINATING)
Number of instances in the fleet that are no longer active but haven't
yet been terminated.
|
Modifier and Type | Method and Description |
---|---|
void |
FleetCapacity.setInstanceCounts(EC2InstanceCounts instanceCounts)
Current status of fleet capacity.
|
FleetCapacity |
FleetCapacity.withInstanceCounts(EC2InstanceCounts instanceCounts)
Current status of fleet capacity.
|
Copyright © 2018. All rights reserved.