FutureReservationStatusResponse

data class FutureReservationStatusResponse(val amendmentStatus: String, val autoCreatedReservations: List<String>, val fulfilledCount: String, val lastKnownGoodState: FutureReservationStatusLastKnownGoodStateResponse, val lockTime: String, val procurementStatus: String, val specificSkuProperties: FutureReservationStatusSpecificSKUPropertiesResponse)

Output only Represents status related to the future reservation.

Constructors

Link copied to clipboard
fun FutureReservationStatusResponse(amendmentStatus: String, autoCreatedReservations: List<String>, fulfilledCount: String, lastKnownGoodState: FutureReservationStatusLastKnownGoodStateResponse, lockTime: String, procurementStatus: String, specificSkuProperties: FutureReservationStatusSpecificSKUPropertiesResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The current status of the requested amendment.

Link copied to clipboard

Fully qualified urls of the automatically created reservations at start_time.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Current state of this Future Reservation