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

AllocationSpecificSKUReservation

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

This reservation type allows to pre allocate specific instance configuration.

interface AllocationSpecificSKUReservation {
assuredCount?: bigint;
count?: bigint;
inUseCount?: bigint;
sourceInstanceTemplate?: string;
}

§Properties

§
assuredCount?: bigint
[src]

[Output Only] Indicates how many instances are actually usable currently.

§
count?: bigint
[src]

Specifies the number of resources that are allocated.

§

The instance properties for the reservation.

§
inUseCount?: bigint
[src]

[Output Only] Indicates how many instances are in use.

§
sourceInstanceTemplate?: string
[src]

Specifies the instance template to create the reservation. If you use this field, you must exclude the instanceProperties field. This field is optional, and it can be a full or partial URL. For example, the following are all valid URLs to an instance template: - https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate