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

LicenseResourceRequirements

import type { LicenseResourceRequirements } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface LicenseResourceRequirements {
minGuestCpuCount?: number;
minMemoryMb?: number;
}

§Properties

§
minGuestCpuCount?: number
[src]

Minimum number of guest cpus required to use the Instance. Enforced at Instance creation and Instance start.

§
minMemoryMb?: number
[src]

Minimum memory required to use the Instance. Enforced at Instance creation and Instance start.