Reference documentation and code samples for the Compute V1 Client class InstanceState.
Instances in which state should be returned. Valid options are: 'ALL', 'RUNNING'. By default, it lists all instances.
Protobuf type google.cloud.compute.v1.RegionInstanceGroupsListInstancesRequest.InstanceState
Namespace
Google \ Cloud \ Compute \ V1 \ RegionInstanceGroupsListInstancesRequestMethods
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
Matches any status of the instances, running, non-running and others.
Generated from protobuf enum ALL = 64897;
RUNNING
Value: 121282975
Instance is in RUNNING state if it is running.
Generated from protobuf enum RUNNING = 121282975;