public enum FutureReservation.Status.ProcurementStatus extends Enum<FutureReservation.Status.ProcurementStatus> implements ProtocolMessageEnumRepresents procurement status of the Future Reservation.
Protobuf enum
google.cloud.capacityplanner.v1beta.FutureReservation.Status.ProcurementStatus
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
APPROVED |
Future reservation is approved by Google Cloud Platform. |
APPROVED_VALUE |
Future reservation is approved by Google Cloud Platform. |
CANCELLED |
Future reservation is cancelled by the customer. |
CANCELLED_VALUE |
Future reservation is cancelled by the customer. |
COMMITTED |
Future reservation is committed by the customer. |
COMMITTED_VALUE |
Future reservation is committed by the customer. |
DECLINED |
Future reservation is rejected by Google Cloud Platform. |
DECLINED_VALUE |
Future reservation is rejected by Google Cloud Platform. |
DRAFTING |
Related status for PlanningStatus.Draft. Transitions to PENDING_APPROVAL upon user submitting FR. |
DRAFTING_VALUE |
Related status for PlanningStatus.Draft. Transitions to PENDING_APPROVAL upon user submitting FR. |
FAILED |
Future reservation failed. No additional reservations were provided. |
FAILED_PARTIALLY_FULFILLED |
Future reservation is partially fulfilled. Additional reservations were provided but did not reach total_count reserved instance slots. |
FAILED_PARTIALLY_FULFILLED_VALUE |
Future reservation is partially fulfilled. Additional reservations were provided but did not reach total_count reserved instance slots. |
FAILED_VALUE |
Future reservation failed. No additional reservations were provided. |
FULFILLED |
Future reservation is fulfilled completely. |
FULFILLED_VALUE |
Future reservation is fulfilled completely. |
PENDING_AMENDMENT_APPROVAL |
An Amendment to the Future Reservation has been requested. If the Amendment is declined, the Future Reservation will be restored to the last known good state. |
PENDING_AMENDMENT_APPROVAL_VALUE |
An Amendment to the Future Reservation has been requested. If the Amendment is declined, the Future Reservation will be restored to the last known good state. |
PENDING_APPROVAL |
Future reservation is pending approval by Google Cloud Platform. |
PENDING_APPROVAL_VALUE |
Future reservation is pending approval by Google Cloud Platform. |
PROCUREMENT_STATUS_UNSPECIFIED |
This is unused status value. |
PROCUREMENT_STATUS_UNSPECIFIED_VALUE |
This is unused status value. |
PROCURING |
Future reservation is being procured by Google Cloud Platform. Beyond this point, Future reservation is locked and no further modifications are allowed. |
PROCURING_VALUE |
Future reservation is being procured by Google Cloud Platform. Beyond this point, Future reservation is locked and no further modifications are allowed. |
PROVISIONING |
Future reservation capacity is being provisioned. This state will be entered after start_time, while reservations are being created to provide total_count reserved instance slots. This state will not persist past start_time + 24h. |
PROVISIONING_VALUE |
Future reservation capacity is being provisioned. This state will be entered after start_time, while reservations are being created to provide total_count reserved instance slots. This state will not persist past start_time + 24h. |
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() |
|