Module: Google::Cloud::Compute::V1::RegionInstanceGroupsListInstancesRequest::InstanceState
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Instances in which state should be returned. Valid options are: 'ALL', 'RUNNING'. By default, it lists all instances.
Constant Summary collapse
- UNDEFINED_INSTANCE_STATE =
A value indicating that the enum field is not set.
0
- ALL =
Matches any status of the instances, running, non-running and others.
64_897
- RUNNING =
Instance is in RUNNING state if it is running.
121_282_975