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;
}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.