public class AwsAutoScalingUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EXCLUSION_TAG |
static String |
LATEST_VERSION_TAG |
static String |
PROPERTIES_TAGS |
static String |
SCOPE_TAG |
| Constructor and Description |
|---|
AwsAutoScalingUtil(DeployConfig config) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
enterStandby(String groupId,
boolean decrementDesiredCapacity) |
boolean |
exitStandby(String groupId) |
Map<String,String> |
getDeployTags() |
String |
getInstanceId() |
rx.Observable<String> |
listLoadBalancers(String groupId) |
rx.Observable<AwsState> |
pollForInstanceState() |
public static final String LATEST_VERSION_TAG
public static final String SCOPE_TAG
public static final String EXCLUSION_TAG
public static final String PROPERTIES_TAGS
public AwsAutoScalingUtil(DeployConfig config)
Copyright © 2017. All rights reserved.