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

ProjectsRegionsClustersNodeGroupsCreateOptions

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

Additional options for Dataproc#projectsRegionsClustersNodeGroupsCreate.

interface ProjectsRegionsClustersNodeGroupsCreateOptions {
nodeGroupId?: string;
parentOperationId?: string;
requestId?: string;
}

§Properties

§
nodeGroupId?: string
[src]

Optional. An optional node group ID. Generated if not specified.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.

§
parentOperationId?: string
[src]

Optional. operation id of the parent operation sending the create request

§
requestId?: string
[src]

Optional. A unique ID used to identify the request. If the server receives two CreateNodeGroupRequest (https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#google.cloud.dataproc.v1.CreateNodeGroupRequest) with the same ID, the second request is ignored and the first google.longrunning.Operation created and stored in the backend is returned.Recommendation: Set this value to a UUID (https://en.wikipedia.org/wiki/Universally_unique_identifier).The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.