Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::FutureReservationStatus::ProcurementStatus.
Output only. Current state of this Future Reservation
Constants
UNDEFINED_PROCUREMENT_STATUS
value: 0
A value indicating that the enum field is not set.
APPROVED
value: 357_258_935
Future reservation is approved by GCP.
CANCELLED
value: 41_957_681
Future reservation is cancelled by the customer.
COMMITTED
value: 221_710_172
Future reservation is committed by the customer.
DECLINED
value: 277_081_134
Future reservation is rejected by GCP.
DRAFTING
value: 477_863_585
Related status for PlanningStatus.Draft. Transitions to
PENDING_APPROVAL upon user submitting FR.
FAILED
value: 455_706_685
Future reservation failed. No additional reservations were provided.
FAILED_PARTIALLY_FULFILLED
value: 14_455_212
Future reservation is partially fulfilled. Additional reservations were
provided but did not reach total_count reserved instance slots.
FULFILLED
value: 409_958_655
Future reservation is fulfilled completely.
PENDING_AMENDMENT_APPROVAL
value: 510_150_429
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
value: 209_692_683
Future reservation is pending approval by GCP.
PROCUREMENT_STATUS_UNSPECIFIED
value: 45_807_705
PROCURING
value: 95_959_663
Future reservation is being procured by GCP. Beyond this point, Future
reservation is locked and no further modifications are allowed.
PROVISIONING
value: 290_896_621
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.