AwsResourcepublic class AwsAutoScalingGroup extends Object implements AwsResource
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AwsAutoScalingGroup.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
void |
accept(AwsResourceVisitor visitor) |
|
boolean |
equals(Object o) |
|
String |
getAutoScalingGroupName() |
|
List<String> |
getAvailabilityZones() |
|
List<AwsInstance> |
getAwsInstances() |
|
Date |
getCreated() |
|
Integer |
getDefaultCooldown() |
|
Integer |
getDesiredCapacity() |
|
Integer |
getHealthCheckGracePeriod() |
|
String |
getHealthCheckType() |
|
String |
getId() |
|
String |
getLaunchConfigurationName() |
|
List<String> |
getLoadBalancerNames() |
|
Integer |
getMaxSize() |
|
Integer |
getMinSize() |
|
String |
getPlacementGroup() |
|
List<String> |
getSuspendedProcesses() |
|
List<AwsAutoScalingTag> |
getTags() |
|
List<String> |
getTargetGroupArns() |
|
List<String> |
getTerminationPolicies() |
|
String |
getVPCZoneIdentifier() |
|
int |
hashCode() |
|
Boolean |
isNewInstancesProtectedFromScaleIn() |
|
AwsAutoScalingGroup.Builder |
toBuilder() |
|
String |
toString() |
public String getAutoScalingGroupName()
public List<AwsInstance> getAwsInstances()
public Integer getDesiredCapacity()
public Integer getMinSize()
public Integer getMaxSize()
public Date getCreated()
public String getLaunchConfigurationName()
public Integer getDefaultCooldown()
public String getHealthCheckType()
public Integer getHealthCheckGracePeriod()
public String getPlacementGroup()
public String getVPCZoneIdentifier()
public Boolean isNewInstancesProtectedFromScaleIn()
public List<AwsAutoScalingTag> getTags()
public String getId()
getId in interface AwsResourcepublic void accept(AwsResourceVisitor visitor)
accept in interface AwsResourcepublic AwsAutoScalingGroup.Builder toBuilder()
Copyright © 2018. All rights reserved.