Enum RegionInstanceGroupsListInstancesRequest.InstanceState (1.26.0)

public enum RegionInstanceGroupsListInstancesRequest.InstanceState extends Enum<RegionInstanceGroupsListInstancesRequest.InstanceState> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.compute.v1.RegionInstanceGroupsListInstancesRequest.InstanceState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ALL

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

ALL = 64897;

ALL_VALUE

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

ALL = 64897;

RUNNING

Instance is in RUNNING state if it is running.

RUNNING = 121282975;

RUNNING_VALUE

Instance is in RUNNING state if it is running.

RUNNING = 121282975;

UNDEFINED_INSTANCE_STATE

A value indicating that the enum field is not set.

UNDEFINED_INSTANCE_STATE = 0;

UNDEFINED_INSTANCE_STATE_VALUE

A value indicating that the enum field is not set.

UNDEFINED_INSTANCE_STATE = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()