instanceState property

String? instanceState
getter/setter pair

A filter for the state of the instances in the instance group.

Valid options are ALL or RUNNING. If you do not specify this parameter the list includes all instances regardless of their state. Possible string values are:

  • "ALL" : Includes all instances in the generated list regardless of their state.
  • "RUNNING" : Includes instances in the generated list only if they have a RUNNING state.

Implementation

core.String? instanceState;