Capacity Planner V1BETA API - Module Google::Cloud::CapacityPlanner::V1beta::FutureReservation::Status::ProcurementStatus (v0.2.0)

Reference documentation and code samples for the Capacity Planner V1BETA API module Google::Cloud::CapacityPlanner::V1beta::FutureReservation::Status::ProcurementStatus.

Represents procurement status of the Future Reservation.

Constants

PROCUREMENT_STATUS_UNSPECIFIED

value: 0
This is unused status value.

PENDING_APPROVAL

value: 1
Future reservation is pending approval by Google Cloud Platform.

APPROVED

value: 2
Future reservation is approved by Google Cloud Platform.

COMMITTED

value: 3
Future reservation is committed by the customer.

DECLINED

value: 4
Future reservation is rejected by Google Cloud Platform.

CANCELLED

value: 5
Future reservation is cancelled by the customer.

PROCURING

value: 6
Future reservation is being procured by Google Cloud Platform. Beyond this point, Future reservation is locked and no further modifications are allowed.

PROVISIONING

value: 7
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.

FULFILLED

value: 8
Future reservation is fulfilled completely.

FAILED

value: 9
Future reservation failed. No additional reservations were provided.

FAILED_PARTIALLY_FULFILLED

value: 10
Future reservation is partially fulfilled. Additional reservations were provided but did not reach total_count reserved instance slots.

DRAFTING

value: 11
Related status for PlanningStatus.Draft. Transitions to PENDING_APPROVAL upon user submitting FR.

PENDING_AMENDMENT_APPROVAL

value: 12
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.