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

ReservationSubBlocksReportFaultyRequest

import type { ReservationSubBlocksReportFaultyRequest } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface ReservationSubBlocksReportFaultyRequest {
disruptionSchedule?: "DISRUPTION_SCHEDULE_UNSPECIFIED" | "IMMEDIATE";
failureComponent?: "FAILURE_COMPONENT_UNSPECIFIED" | "MULTIPLE_FAULTY_HOSTS" | "NVLINK_SWITCH";
}

§Properties

§
disruptionSchedule?: "DISRUPTION_SCHEDULE_UNSPECIFIED" | "IMMEDIATE"
[src]

The disruption schedule for the subBlock.

§
failureComponent?: "FAILURE_COMPONENT_UNSPECIFIED" | "MULTIPLE_FAULTY_HOSTS" | "NVLINK_SWITCH"
[src]

The component that experienced the fault.

§

The reasons for the fault experienced with the subBlock.