Class FutureReservationStatus (0.1.0)

FutureReservationStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)

[Output only] Represents status related to the future reservation.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
amendment_status str
[Output Only] The current status of the requested amendment. Check the AmendmentStatus enum for the list of possible values. This field is a member of oneof_ _amendment_status.
auto_created_reservations MutableSequence[str]
Fully qualified urls of the automatically created reservations at start_time.
existing_matching_usage_info google.cloud.compute_v1beta.types.FutureReservationStatusExistingMatchingUsageInfo
[Output Only] Represents the existing matching usage for the future reservation. This field is a member of oneof_ _existing_matching_usage_info.
fulfilled_count int
This count indicates the fulfilled capacity so far. This is set during "PROVISIONING" state. This count also includes capacity delivered as part of existing matching reservations. This field is a member of oneof_ _fulfilled_count.
last_known_good_state google.cloud.compute_v1beta.types.FutureReservationStatusLastKnownGoodState
[Output Only] This field represents the future reservation before an amendment was requested. If the amendment is declined, the Future Reservation will be reverted to the last known good state. The last known good state is not set when updating a future reservation whose Procurement Status is DRAFTING. This field is a member of oneof_ _last_known_good_state.
lock_time str
Time when Future Reservation would become LOCKED, after which no modifications to Future Reservation will be allowed. Applicable only after the Future Reservation is in the APPROVED state. The lock_time is an RFC3339 string. The procurement_status will transition to PROCURING state at this time. This field is a member of oneof_ _lock_time.
procurement_status str
Current state of this Future Reservation Check the ProcurementStatus enum for the list of possible values. This field is a member of oneof_ _procurement_status.
specific_sku_properties google.cloud.compute_v1beta.types.FutureReservationStatusSpecificSKUProperties
This field is a member of oneof_ _specific_sku_properties.

Classes

AmendmentStatus

AmendmentStatus(value)

[Output Only] The current status of the requested amendment.

ProcurementStatus

ProcurementStatus(value)

Current state of this Future Reservation