Reference documentation and code samples for the Compute V1 Client class ProcurementStatus.
[Output Only] The status of the last known good state for the Future Reservation.
Protobuf type google.cloud.compute.v1.FutureReservationStatusLastKnownGoodState.ProcurementStatus
Namespace
Google \ Cloud \ Compute \ V1 \ FutureReservationStatusLastKnownGoodStateMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
UNDEFINED_PROCUREMENT_STATUS
Value: 0A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_PROCUREMENT_STATUS = 0;
APPROVED
Value: 357258935Future reservation is approved by GCP.
Generated from protobuf enum APPROVED = 357258935;
CANCELLED
Value: 41957681Future reservation is cancelled by the customer.
Generated from protobuf enum CANCELLED = 41957681;
COMMITTED
Value: 221710172Future reservation is committed by the customer.
Generated from protobuf enum COMMITTED = 221710172;
DECLINED
Value: 277081134Future reservation is rejected by GCP.
Generated from protobuf enum DECLINED = 277081134;
DRAFTING
Value: 477863585Related status for PlanningStatus.Draft. Transitions to PENDING_APPROVAL upon user submitting FR.
Generated from protobuf enum DRAFTING = 477863585;
FAILED
Value: 455706685Future reservation failed. No additional reservations were provided.
Generated from protobuf enum FAILED = 455706685;
FAILED_PARTIALLY_FULFILLED
Value: 14455212Future reservation is partially fulfilled. Additional reservations were provided but did not reach total_count reserved instance slots.
Generated from protobuf enum FAILED_PARTIALLY_FULFILLED = 14455212;
FULFILLED
Value: 409958655Future reservation is fulfilled completely.
Generated from protobuf enum FULFILLED = 409958655;
PENDING_AMENDMENT_APPROVAL
Value: 510150429An 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.
Generated from protobuf enum PENDING_AMENDMENT_APPROVAL = 510150429;
PENDING_APPROVAL
Value: 209692683Future reservation is pending approval by GCP.
Generated from protobuf enum PENDING_APPROVAL = 209692683;
PROCUREMENT_STATUS_UNSPECIFIED
Value: 45807705Generated from protobuf enum PROCUREMENT_STATUS_UNSPECIFIED = 45807705;
PROCURING
Value: 95959663Future reservation is being procured by GCP. Beyond this point, Future reservation is locked and no further modifications are allowed.
Generated from protobuf enum PROCURING = 95959663;
PROVISIONING
Value: 290896621Future 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.
Generated from protobuf enum PROVISIONING = 290896621;