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 {
readonly guestCpus?: number;
readonly localSsdGb?: number;
readonly memoryMb?: number;
readonly minNodeCpus?: number;
}

§Properties

§
readonly guestCpus?: number
[src]

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

§
readonly localSsdGb?: number
[src]

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

§
readonly memoryMb?: number
[src]

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

§
readonly minNodeCpus?: number
[src]

Output only. The minimal guaranteed number of virtual CPUs that are reserved.