Compute Engine v1 API - Enum FutureReservationStatusLastKnownGoodState.Types.ProcurementStatus (3.22.0)

public enum FutureReservationStatusLastKnownGoodState.Types.ProcurementStatus

Reference documentation and code samples for the Compute Engine v1 API enum FutureReservationStatusLastKnownGoodState.Types.ProcurementStatus.

Output only. [Output Only] The status of the last known good state for the Future Reservation.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

Name Description
Approved

Future reservation is approved by GCP.

Cancelled

Future reservation is cancelled by the customer.

Committed

Future reservation is committed by the customer.

Declined

Future reservation is rejected by GCP.

Drafting

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

Failed

Future reservation failed. No additional reservations were provided.

FailedPartiallyFulfilled

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

Fulfilled

Future reservation is fulfilled completely.

PendingAmendmentApproval

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.

PendingApproval

Future reservation is pending approval by GCP.

Procuring

Future reservation is being procured by GCP. 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.

UndefinedProcurementStatus

A value indicating that the enum field is not set.

Unspecified