ProjectsLocationsClustersCreateOptions
import type { ProjectsLocationsClustersCreateOptions } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";Additional options for hypercomputeCluster#projectsLocationsClustersCreate.
interface ProjectsLocationsClustersCreateOptions {
clusterId?: string;
requestId?: string;
}