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

ClusterToRepair

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

Cluster to be repaired

interface ClusterToRepair {
clusterRepairAction?: "CLUSTER_REPAIR_ACTION_UNSPECIFIED" | "REPAIR_ERROR_DUE_TO_UPDATE_CLUSTER";
}

§Properties

§
clusterRepairAction?: "CLUSTER_REPAIR_ACTION_UNSPECIFIED" | "REPAIR_ERROR_DUE_TO_UPDATE_CLUSTER"
[src]

Required. Repair action to take on the cluster resource.