DeleteNodeset
import type { DeleteNodeset } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";When set in OperationStep, indicates that a nodeset should be deleted.
interface DeleteNodeset {
readonly nodesets?: string[];
}import type { DeleteNodeset } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";When set in OperationStep, indicates that a nodeset should be deleted.