Class InstanceState (1.19.0)

InstanceState(value)

Instances in which state should be returned. Valid options are: 'ALL', 'RUNNING'. By default, it lists all instances.

Enums

Name Description
UNDEFINED_INSTANCE_STATE A value indicating that the enum field is not set.
ALL Matches any status of the instances, running, non-running and others.
RUNNING Instance is in RUNNING state if it is running.