public enum ReservationBlock.Status extends Enum<ReservationBlock.Status> implements ProtocolMessageEnumOutput only. [Output Only] Status of the reservation block.
Protobuf enum google.cloud.compute.v1.ReservationBlock.Status
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CREATING |
Resources are being allocated for the reservation block. |
CREATING_VALUE |
Resources are being allocated for the reservation block. |
DELETING |
Reservation block is currently being deleted. |
DELETING_VALUE |
Reservation block is currently being deleted. |
INVALID |
|
INVALID_VALUE |
|
READY |
Reservation block has allocated all its resources. |
READY_VALUE |
Reservation block has allocated all its resources. |
UNDEFINED_STATUS |
A value indicating that the enum field is not set. |
UNDEFINED_STATUS_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() |
|