instanceState property
Instances in which state should be returned.
Valid options are: 'ALL', 'RUNNING'. By default, it lists all instances. Possible string values are:
- "ALL" : Matches any status of the instances, running, non-running and others.
- "RUNNING" : Instance is in RUNNING state if it is running.
Implementation
core.String? instanceState;