Enum FutureReservationStatusLastKnownGoodState.ProcurementStatus (1.91.0)

public enum FutureReservationStatusLastKnownGoodState.ProcurementStatus extends Enum<FutureReservationStatusLastKnownGoodState.ProcurementStatus> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.compute.v1.FutureReservationStatusLastKnownGoodState.ProcurementStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
APPROVED

Future reservation is approved by GCP.

APPROVED = 357258935;

APPROVED_VALUE

Future reservation is approved by GCP.

APPROVED = 357258935;

CANCELLED

Future reservation is cancelled by the customer.

CANCELLED = 41957681;

CANCELLED_VALUE

Future reservation is cancelled by the customer.

CANCELLED = 41957681;

COMMITTED

Future reservation is committed by the customer.

COMMITTED = 221710172;

COMMITTED_VALUE

Future reservation is committed by the customer.

COMMITTED = 221710172;

DECLINED

Future reservation is rejected by GCP.

DECLINED = 277081134;

DECLINED_VALUE

Future reservation is rejected by GCP.

DECLINED = 277081134;

DRAFTING

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

DRAFTING = 477863585;

DRAFTING_VALUE

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

DRAFTING = 477863585;

FAILED

Future reservation failed. No additional reservations were provided.

FAILED = 455706685;

FAILED_PARTIALLY_FULFILLED

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

FAILED_PARTIALLY_FULFILLED = 14455212;

FAILED_PARTIALLY_FULFILLED_VALUE

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

FAILED_PARTIALLY_FULFILLED = 14455212;

FAILED_VALUE

Future reservation failed. No additional reservations were provided.

FAILED = 455706685;

FULFILLED

Future reservation is fulfilled completely.

FULFILLED = 409958655;

FULFILLED_VALUE

Future reservation is fulfilled completely.

FULFILLED = 409958655;

PENDING_AMENDMENT_APPROVAL

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_AMENDMENT_APPROVAL = 510150429;

PENDING_AMENDMENT_APPROVAL_VALUE

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_AMENDMENT_APPROVAL = 510150429;

PENDING_APPROVAL

Future reservation is pending approval by GCP.

PENDING_APPROVAL = 209692683;

PENDING_APPROVAL_VALUE

Future reservation is pending approval by GCP.

PENDING_APPROVAL = 209692683;

PROCUREMENT_STATUS_UNSPECIFIED

PROCUREMENT_STATUS_UNSPECIFIED = 45807705;

PROCUREMENT_STATUS_UNSPECIFIED_VALUE

PROCUREMENT_STATUS_UNSPECIFIED = 45807705;

PROCURING

Future reservation is being procured by GCP. Beyond this point, Future reservation is locked and no further modifications are allowed.

PROCURING = 95959663;

PROCURING_VALUE

Future reservation is being procured by GCP. Beyond this point, Future reservation is locked and no further modifications are allowed.

PROCURING = 95959663;

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.

PROVISIONING = 290896621;

PROVISIONING_VALUE

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.

PROVISIONING = 290896621;

UNDEFINED_PROCUREMENT_STATUS

A value indicating that the enum field is not set.

UNDEFINED_PROCUREMENT_STATUS = 0;

UNDEFINED_PROCUREMENT_STATUS_VALUE

A value indicating that the enum field is not set.

UNDEFINED_PROCUREMENT_STATUS = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()