DeleteLustreInstance
import type { DeleteLustreInstance } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";When set in OperationStep, indicates that a Lustre instance should be deleted.
interface DeleteLustreInstance {
readonly lustre?: string;
}