Enum InstanceGroupsListInstancesRequest.InstanceState (1.24.0)

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

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.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ALL

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

ALL = 64897;

ALL_VALUE

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

ALL = 64897;

RUNNING

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

RUNNING = 121282975;

RUNNING_VALUE

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

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()