Compute V1 Client - Class InstanceState (2.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Compute V1 Client class InstanceState.
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.
Protobuf type google.cloud.compute.v1.InstanceGroupsListInstancesRequest.InstanceState
Namespace
Google \ Cloud \ Compute \ V1 \ InstanceGroupsListInstancesRequest
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
UNDEFINED_INSTANCE_STATE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_INSTANCE_STATE = 0;
ALL
Value: 64897
Includes all instances in the generated list regardless of their state.
Generated from protobuf enum ALL = 64897;
RUNNING
Value: 121282975
Includes instances in the generated list only if they have a RUNNING
state.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-19 UTC."],[],[]]