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

ReservationsBlocksPerformMaintenanceRequest

import type { ReservationsBlocksPerformMaintenanceRequest } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface ReservationsBlocksPerformMaintenanceRequest {
maintenanceScope?:
| "ALL"
| "MAINTENANCE_SCOPE_UNSPECIFIED"
| "RUNNING_VMS"
| "UNUSED_CAPACITY";
}

§Properties

§
maintenanceScope?: "ALL" | "MAINTENANCE_SCOPE_UNSPECIFIED" | "RUNNING_VMS" | "UNUSED_CAPACITY"
[src]

Specifies if all, running or unused hosts are in scope for this request.