ReservationSubBlocksReportFaultyRequestFaultReason
import type { ReservationSubBlocksReportFaultyRequestFaultReason } from "https://googleapis.deno.dev/v1/compute:v1.ts";The reason for the fault experienced with the subBlock.
interface ReservationSubBlocksReportFaultyRequestFaultReason {
behavior?:
| "FAULT_BEHAVIOR_UNSPECIFIED"
| "GPU_ERROR"
| "PERFORMANCE"
| "SILENT_DATA_CORRUPTION"
| "SWITCH_FAILURE";
description?: string;
}