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

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

§Properties

§
behavior?: "FAULT_BEHAVIOR_UNSPECIFIED" | "GPU_ERROR" | "PERFORMANCE" | "SILENT_DATA_CORRUPTION" | "SWITCH_FAILURE"
[src]

The behavior of the fault experienced with the subBlock.

§
description?: string
[src]

The description of the fault experienced with the subBlock.