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