Google Cloud Compute V1 API - Module Google::Cloud::Compute::V1::InstanceGroupsListInstancesRequest::InstanceState (v1.7.1)

Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::InstanceGroupsListInstancesRequest::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.

Constants

UNDEFINED_INSTANCE_STATE

value: 0
A value indicating that the enum field is not set.

ALL

value: 64897
Includes all instances in the generated list regardless of their state.

RUNNING

value: 121282975
Includes instances in the generated list only if they have a RUNNING state.