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

RepairNodeGroupRequest

import type { RepairNodeGroupRequest } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";
interface RepairNodeGroupRequest {
instanceNames?: string[];
repairAction?: "REPAIR_ACTION_UNSPECIFIED" | "REPLACE";
requestId?: string;
}

§Properties

§
instanceNames?: string[]
[src]

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

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

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

§
requestId?: string
[src]

Optional. A unique ID used to identify the request. If the server receives two RepairNodeGroupRequest 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.