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";
}