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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ALL |
Matches any status of the instances, running, non-running and others. |
ALL_VALUE |
Matches any status of the instances, running, non-running and others. |
RUNNING |
Instance is in RUNNING state if it is running. |
RUNNING_VALUE |
Instance is in RUNNING state if it is running. |
UNDEFINED_INSTANCE_STATE |
A value indicating that the enum field is not set. |
UNDEFINED_INSTANCE_STATE_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |