public enum Allocation.Status extends Enum<Allocation.Status> implements ProtocolMessageEnumThe status of the reservation.
Protobuf enum google.cloud.capacityplanner.v1beta.Allocation.Status
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CREATING |
Resources are being allocated for the reservation. |
CREATING_VALUE |
Resources are being allocated for the reservation. |
DELETING |
Reservation is currently being deleted. |
DELETING_VALUE |
Reservation is currently being deleted. |
INVALID |
Invalid Reservation |
INVALID_VALUE |
Invalid Reservation |
READY |
Reservation has allocated all its resources. |
READY_VALUE |
Reservation has allocated all its resources. |
STATUS_UNSPECIFIED |
Default value. This value is unused. |
STATUS_UNSPECIFIED_VALUE |
Default value. This value is unused. |
UNRECOGNIZED |
|
UPDATING |
Reservation is currently being resized. |
UPDATING_VALUE |
Reservation is currently being resized. |
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() |
|