ExistingLustreConfig
import type { ExistingLustreConfig } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";When set in a StorageResourceConfig, indicates that an existing Managed Lustre instance should be imported.
interface ExistingLustreConfig {
lustre?: string;
}