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

ComputeInstanceSlurmNodeSet

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

When set in a SlurmNodeSet, indicates that the nodeset should be backed by Compute Engine VM instances.

interface ComputeInstanceSlurmNodeSet {
bootDisk?: BootDisk;
labels?: {
[key: string]: string;
}
;
startupScript?: string;
}

§Properties

§
bootDisk?: BootDisk
[src]

Optional. Boot disk for the compute instance

§
labels?: {
[key: string]: string;
}
[src]

Optional. Labels that should be applied to each VM instance in the nodeset.

§
startupScript?: string
[src]

Optional. Startup script to be run on each VM instance in the nodeset. Max 256KB.