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

NodePool

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

indicating a list of workers of same type

interface NodePool {
id?: string;
instanceNames?: string[];
repairAction?: "REPAIR_ACTION_UNSPECIFIED" | "DELETE";
}

§Properties

§
id?: string
[src]

Required. A unique id of the node pool. Primary and Secondary workers can be specified using special reserved ids PRIMARY_WORKER_POOL and SECONDARY_WORKER_POOL respectively. Aux node pools can be referenced using corresponding pool id.

§
instanceNames?: string[]
[src]

Name of instances to be repaired. These instances must belong to specified node pool.

§
repairAction?: "REPAIR_ACTION_UNSPECIFIED" | "DELETE"
[src]

Required. Repair action to take on specified resources of the node pool.