public enum Reservation.State extends Enum<Reservation.State> implements ProtocolMessageEnum
State of the Reservation.
Protobuf enum google.cloud.tpu.v2alpha1.Reservation.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
The Reservation is active. |
ACTIVE_VALUE |
The Reservation is active. |
APPROVED |
The Reservation has been approved. |
APPROVED_VALUE |
The Reservation has been approved. |
DEPROVISIONING |
The Reservation is being deprovisioned. |
DEPROVISIONING_VALUE |
The Reservation is being deprovisioned. |
EXPIRED |
The Reservation is past its end date. |
EXPIRED_VALUE |
The Reservation is past its end date. |
FAILED |
The Reservation encountered a failure during mutation. |
FAILED_VALUE |
The Reservation encountered a failure during mutation. |
PROVISIONING |
The Reservation is being provisioned. |
PROVISIONING_VALUE |
The Reservation is being provisioned. |
STATE_UNSPECIFIED |
The Reservation state is unspecified. |
STATE_UNSPECIFIED_VALUE |
The Reservation state is unspecified. |
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() |