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

AllocationResourceStatusSpecificSKUAllocation

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

Contains Properties set for the reservation.

interface AllocationResourceStatusSpecificSKUAllocation {
sourceInstanceTemplateId?: string;
utilizations?: {
[key: string]: bigint;
}
;
}

§Properties

§
sourceInstanceTemplateId?: string
[src]

ID of the instance template used to populate reservation properties.

§
utilizations?: {
[key: string]: bigint;
}
[src]

Per service utilization breakdown. The Key is the Google Cloud managed service name.