Google Cloud Capacity Planner V1beta Client - Class ProcurementStatus (0.1.0)

Reference documentation and code samples for the Google Cloud Capacity Planner V1beta Client class ProcurementStatus.

Represents procurement status of the Future Reservation.

Protobuf type google.cloud.capacityplanner.v1beta.FutureReservation.Status.ProcurementStatus

Namespace

Google \ Cloud \ CapacityPlanner \ V1beta \ FutureReservation \ Status

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PROCUREMENT_STATUS_UNSPECIFIED

Value: 0

This is unused status value.

Generated from protobuf enum PROCUREMENT_STATUS_UNSPECIFIED = 0;

PENDING_APPROVAL

Value: 1

Future reservation is pending approval by Google Cloud Platform.

Generated from protobuf enum PENDING_APPROVAL = 1;

APPROVED

Value: 2

Future reservation is approved by Google Cloud Platform.

Generated from protobuf enum APPROVED = 2;

COMMITTED

Value: 3

Future reservation is committed by the customer.

Generated from protobuf enum COMMITTED = 3;

DECLINED

Value: 4

Future reservation is rejected by Google Cloud Platform.

Generated from protobuf enum DECLINED = 4;

CANCELLED

Value: 5

Future reservation is cancelled by the customer.

Generated from protobuf enum CANCELLED = 5;

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.

Generated from protobuf enum PROCURING = 6;

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.

Generated from protobuf enum PROVISIONING = 7;

FULFILLED

Value: 8

Future reservation is fulfilled completely.

Generated from protobuf enum FULFILLED = 8;

FAILED

Value: 9

Future reservation failed. No additional reservations were provided.

Generated from protobuf enum FAILED = 9;

FAILED_PARTIALLY_FULFILLED

Value: 10

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

Generated from protobuf enum FAILED_PARTIALLY_FULFILLED = 10;

DRAFTING

Value: 11

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

Generated from protobuf enum DRAFTING = 11;

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.

Generated from protobuf enum PENDING_AMENDMENT_APPROVAL = 12;