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

NodeTemplateNodeTypeFlexibility

import type { NodeTemplateNodeTypeFlexibility } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface NodeTemplateNodeTypeFlexibility {
cpus?: string;
localSsd?: string;
memory?: string;
}

§Properties

§
cpus?: string
[src]
§
localSsd?: string
[src]
§
memory?: string
[src]