InAutoScalingGroupServerInstance

Prev Next

VPC 환경에서 이용 가능합니다.

설명

Auto Scaling Group에 속한 서버 인스턴스

구문

private String serverInstanceNo;
private CommonCode healthStatus;
private CommonCode lifecycleState;

필드

파라미터명 필수 여부 타입 설명
serverInstanceNo No String Auto Scaling Group에 속한 서버인스턴스 번호
healthStatus Yes CommonCode 헬스 상태
HLTHY (Healthy (normal) 상태) UNHEALTHY (Unhealthy (failure) 상태)
lifecycleState Yes CommonCode 라이프사이클 상태
PNDNG (Pending 상태)
QRNTN (Security Isolation 상태)
INSVC (In service 상태)
TMNNG (Terminating 상태)
TERMT (Terminated 상태)