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

public enum RegionInstanceGroupsListInstancesRequest.Types.InstanceState

Reference documentation and code samples for the Compute Engine v1 API enum RegionInstanceGroupsListInstancesRequest.Types.InstanceState.

Instances in which state should be returned. Valid options are: 'ALL', 'RUNNING'. By default, it lists all instances.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
All

Matches any status of the instances, running, non-running and others.

Running

Instance is in RUNNING state if it is running.

UndefinedInstanceState

A value indicating that the enum field is not set.