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

FutureReservationSpecificSKUProperties

import type { FutureReservationSpecificSKUProperties } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface FutureReservationSpecificSKUProperties {
sourceInstanceTemplate?: string;
totalCount?: bigint;
}

§Properties

§

Properties of the SKU instances being reserved.

§
sourceInstanceTemplate?: string
[src]

The instance template that will be used to populate the ReservedInstanceProperties of the future reservation

§
totalCount?: bigint
[src]

Total number of instances for which capacity assurance is requested at a future time period.