public enum ReservationSlot.State extends Enum<ReservationSlot.State> implements ProtocolMessageEnumOutput only. [Output Only] The state of the reservation slot.
Protobuf enum google.cloud.compute.v1.ReservationSlot.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTIVE |
The reservation slot has allocated all its resources. |
ACTIVE_VALUE |
The reservation slot has allocated all its resources. |
CREATING |
The resources are being allocated for the reservation slot. |
CREATING_VALUE |
The resources are being allocated for the reservation slot. |
DELETING |
The reservation slot is currently being deleted. |
DELETING_VALUE |
The reservation slot is currently being deleted. |
STATE_UNSPECIFIED |
|
STATE_UNSPECIFIED_VALUE |
|
UNAVAILABLE |
The reservation slot is currently unavailable. |
UNAVAILABLE_VALUE |
The reservation slot is currently unavailable. |
UNDEFINED_STATE |
A value indicating that the enum field is not set. |
UNDEFINED_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() |
|