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

NodeGroupMaintenanceWindow

import type { NodeGroupMaintenanceWindow } from "https://googleapis.deno.dev/v1/compute:v1.ts";

Time window specified for daily maintenance operations. GCE's internal maintenance will be performed within this window.

interface NodeGroupMaintenanceWindow {
maintenanceDuration?: Duration;
startTime?: string;
}

§Properties

§
maintenanceDuration?: Duration
[src]

[Output only] A predetermined duration for the window, automatically chosen to be the smallest possible in the given scenario.

§
startTime?: string
[src]

Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.