public final class FleetStateStats extends Object
EC2FleetCloud| Constructor and Description |
|---|
FleetStateStats(String fleetId,
int numDesired,
String state,
Set<String> instances,
String label) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFleetId() |
Set<String> |
getInstances() |
String |
getLabel() |
int |
getNumActive() |
int |
getNumDesired() |
String |
getState() |
static FleetStateStats |
readClusterState(com.amazonaws.services.ec2.AmazonEC2 ec2,
String fleetId,
String label) |
public int getNumActive()
public int getNumDesired()
public static FleetStateStats readClusterState(com.amazonaws.services.ec2.AmazonEC2 ec2, String fleetId, String label)
Copyright © 2016–2019. All rights reserved.