InstanceStateType

The InstanceStateType data type.

Operations that use this data type include:

The following table describes and shows the elements contained in InstanceStateType.

MemberDescriptionType
code A 16 bit unsigned integer. The high byte is an opaque internal value and should be ignored when consulting this value. The low byte is set based on the state represented:
  • pending: 0

  • running: 16

  • shutting-down: 32

  • terminated: 48

xsd:int
name The current state of the instance.
  • pending: the instance is in the process of being launched

  • running: the instance has been launched (although it may not yet have completed the boot process)

  • shutting-down: the instance has begun the shutdown process

  • terminated: the instance has been terminated

xsd:string