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

InstancesReportHostAsFaultyRequest

import type { InstancesReportHostAsFaultyRequest } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface InstancesReportHostAsFaultyRequest {
disruptionSchedule?: "DISRUPTION_SCHEDULE_UNSPECIFIED" | "FUTURE" | "IMMEDIATE";
}

§Properties

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

The disruption schedule for the VM. Required field, only allows IMMEDIATE.