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

BootDisk

import type { BootDisk } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";

A Persistent disk used as the boot disk for a Compute Engine VM instance.

interface BootDisk {
sizeGb?: bigint;
type?: string;
}

§Properties

§
sizeGb?: bigint
[src]

Required. Immutable. Size of the disk in gigabytes. Must be at least 10GB.

§
type?: string
[src]

Required. Immutable. Persistent disk type, in the format projects/{project}/zones/{zone}/diskTypes/{disk_type}.