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

NodeGroup

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

Dataproc Node Group. The Dataproc NodeGroup resource is not related to the Dataproc NodeGroupAffinity resource.

interface NodeGroup {
labels?: {
[key: string]: string;
}
;
name?: string;
nodeGroupConfig?: InstanceGroupConfig;
roles?: "ROLE_UNSPECIFIED" | "DRIVER"[];
}

§Properties

§
labels?: {
[key: string]: string;
}
[src]

Optional. Node group labels. Label keys must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). Label values can be empty. If specified, they must consist of from 1 to 63 characters and conform to RFC 1035 (https://www.ietf.org/rfc/rfc1035.txt). The node group must have no more than 32 labelsn.

§
name?: string
[src]

The Node group resource name (https://aip.dev/122).

§
nodeGroupConfig?: InstanceGroupConfig
[src]

Optional. The node group instance group configuration.

§
roles?: "ROLE_UNSPECIFIED" | "DRIVER"[]
[src]

Required. Node group roles.