Compute Engine v1 API - Enum InstanceGroupsListInstancesRequest.Types.InstanceState (2.15.0)

public enum InstanceGroupsListInstancesRequest.Types.InstanceState

Reference documentation and code samples for the Compute Engine v1 API enum InstanceGroupsListInstancesRequest.Types.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.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
All

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

Running

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

UndefinedInstanceState

A value indicating that the enum field is not set.