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

FutureReservationStatusLastKnownGoodStateFutureReservationSpecs

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

The properties of the last known good state for the Future Reservation.

interface FutureReservationStatusLastKnownGoodStateFutureReservationSpecs {
readonly shareSettings?: ShareSettings;
readonly specificSkuProperties?: FutureReservationSpecificSKUProperties;
readonly timeWindow?: FutureReservationTimeWindow;
}

§Properties

§
readonly shareSettings?: ShareSettings
[src]

Output only. [Output Only] The previous share settings of the Future Reservation.

§
readonly specificSkuProperties?: FutureReservationSpecificSKUProperties
[src]

Output only. [Output Only] The previous instance related properties of the Future Reservation.

§
readonly timeWindow?: FutureReservationTimeWindow
[src]

Output only. [Output Only] The previous time window of the Future Reservation.