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

InstanceConsumptionInfo

import type { InstanceConsumptionInfo } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface InstanceConsumptionInfo {
guestCpus?: number;
localSsdGb?: number;
memoryMb?: number;
minNodeCpus?: number;
}

§Properties

§
guestCpus?: number
[src]

The number of virtual CPUs that are available to the instance.

§
localSsdGb?: number
[src]

The amount of local SSD storage available to the instance, defined in GiB.

§
memoryMb?: number
[src]

The amount of physical memory available to the instance, defined in MiB.

§
minNodeCpus?: number
[src]

The minimal guaranteed number of virtual CPUs that are reserved.