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

LocalDisk

import type { LocalDisk } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface LocalDisk {
diskCount?: number;
diskSizeGb?: number;
diskType?: string;
}

§Properties

§
diskCount?: number
[src]

Specifies the number of such disks.

§
diskSizeGb?: number
[src]

Specifies the size of the disk in base-2 GB.

§
diskType?: string
[src]

Specifies the desired disk type on the node. This disk type must be a local storage type (e.g.: local-ssd). Note that for nodeTemplates, this should be the name of the disk type and not its URL.