Status(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents status related to the future reservation.
Attributes |
|
---|---|
Name | Description |
procurement_status |
google.cloud.capacityplanner_v1beta.types.FutureReservation.Status.ProcurementStatus
Current state of this Future Reservation |
lock_time |
google.protobuf.timestamp_pb2.Timestamp
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. |
auto_created_reservations |
MutableSequence[str]
Fully qualified urls of the automatically created reservations at start_time. |
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. |
Classes
ProcurementStatus
ProcurementStatus(value)
Represents procurement status of the Future Reservation.