Module: Google::Cloud::Compute::V1::InstanceGroupsListInstancesRequest::InstanceState

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

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.

Constant Summary collapse

UNDEFINED_INSTANCE_STATE =

A value indicating that the enum field is not set.

0
ALL =

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

64897
RUNNING =

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

121282975