Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ProjectsLocationsClustersCreateOptions

import type { ProjectsLocationsClustersCreateOptions } from "https://googleapis.deno.dev/v1/hypercomputecluster:v1.ts";

Additional options for hypercomputeCluster#projectsLocationsClustersCreate.

interface ProjectsLocationsClustersCreateOptions {
clusterId?: string;
requestId?: string;
}

§Properties

§
clusterId?: string
[src]

Required. ID of the cluster to create. Must conform to RFC-1034 (lower-case, alphanumeric, and at most 63 characters).

§
requestId?: string
[src]

Optional. A unique identifier for this request. A random UUID is recommended. This request is idempotent if and only if request_id is provided.