InAutoScalingGroupServerInstance

Prev Next

Available in VPC

This is a server instance that belongs to an autoscaling group.

Syntax

The syntax is as follows.

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

Field

The following describes the fields.

Field Type Required Description
serverInstanceNo String Optional Number of the server instance belonging to the autoscaling group
healthStatus CommonCode Required Health status
  • HLTHY | UNHEALTHY
    • HLTHY (Healthy): normal
    • UNHEALTHY (Unhealthy): failure
lifecycleState CommonCode Required Lifecycle status
  • PNDNG |QRNTN | INSVC | TMNNG | TERMT
    • PNDNG (Pending): pending
    • QRNTN (Quarantine): security quarantine
    • INSVC (In Service): in service
    • TMNNG (Terminating): terminating
    • TERMT (Terminated): terminated