AutoScalingGroup

Prev Next

설명

Auto Scaling그룹

구문

private String autoScalingGroupName;
private String autoScalingGroupNo;
private String launchConfigurationName;
private String launchConfigurationNo;
private Integer desiredCapacity;
private Integer minSize;
private Integer maxSize;
private Integer defaultCooldown;
private List<LoadBalancerInstanceSummary> loadBalancerInstanceSummaryList;
private Integer healthCheckGracePeriod;
private CommonCode healthCheckType;
private Date createDate;
private List<InAutoScalingGroupServerInstance> inAutoScalingGroupServerInstanceList;
private List<SuspendedProcess> suspendedProcessList;
private List<Zone> zoneList;

필드

파라미터 명 필수 여부 타입 설명
autoScalingGroupName Yes String Auto Scaling그룹명
autoScalingGroupNo Yes String 오토스케일링그룹번호
launchConfigurationName Yes String 론치설정명
launchConfigurationNo Yes String 론치설정번호
desiredCapacity Yes Integer 기대용량치 (0~30)
minSize Yes Integer 최소사이즈 (0~30)
maxSize Yes Integer 최대사이즈 (0~30)
defaultCooldown Yes Integer Cooldown 시간
loadBalancerInstanceSummaryList No List 로드밸런서인스턴스 Summary 리스트
Auto Scaling그룹을 로드밸런서인스턴스로 헬스체크하도록 하였다면, 해당 로드밸런서의 정보가 출력됩니다.
healthCheckGracePeriod No Integer 헬스체크보류기간
초 단위 이며, 해당 기간 동안 헬스체크를 보류합니다.
healthCheckType Yes CommonCode Auto Scaling의 헬스체크유형타입 - SVR(서버) LOADB(로드밸런서)
createDate Yes Date Auto Scaling 그룹 생성일자 포맷 : "YYYY-MM-DDThh:mm:ssZ"
inAutoScalingGroupServerInstanceList No List Auto Scaling그룹에속한서버인스턴스리스트
suspendedProcessList No List 보류된프로세스리스트
zoneList Yes List Auto Scaling 그룹의 ZONE 리스트