Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FutureReservationStatusLastKnownGoodState

import type { FutureReservationStatusLastKnownGoodState } from "https://googleapis.deno.dev/v1/compute:v1.ts";

The state that the future reservation will be reverted to should the amendment be declined.

interface FutureReservationStatusLastKnownGoodState {
description?: string;
lockTime?: string;
namePrefix?: string;
procurementStatus?:
| "APPROVED"
| "CANCELLED"
| "COMMITTED"
| "DECLINED"
| "DRAFTING"
| "FAILED"
| "FAILED_PARTIALLY_FULFILLED"
| "FULFILLED"
| "PENDING_AMENDMENT_APPROVAL"
| "PENDING_APPROVAL"
| "PROCUREMENT_STATUS_UNSPECIFIED"
| "PROCURING"
| "PROVISIONING";
}

§Properties

§
description?: string
[src]

[Output Only] The description of the FutureReservation before an amendment was requested.

§

[Output Only] Represents the matching usage for the future reservation before an amendment was requested.

§
lockTime?: string
[src]

[Output Only] The lock time of the FutureReservation before an amendment was requested.

§
namePrefix?: string
[src]

[Output Only] The name prefix of the Future Reservation before an amendment was requested.

§
procurementStatus?: "APPROVED" | "CANCELLED" | "COMMITTED" | "DECLINED" | "DRAFTING" | "FAILED" | "FAILED_PARTIALLY_FULFILLED" | "FULFILLED" | "PENDING_AMENDMENT_APPROVAL" | "PENDING_APPROVAL" | "PROCUREMENT_STATUS_UNSPECIFIED" | "PROCURING" | "PROVISIONING"
[src]

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