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

Schedule

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

Schedule for the upgrade.

interface Schedule {
readonly constraints?: Constraints;
readonly editWindow?: Interval;
readonly lastEditor?: "EDITOR_UNSPECIFIED" | "SYSTEM" | "USER";
startTime?: Date;
weeklyWindows?: TimeWindow[];
}

§Properties

§
readonly constraints?: Constraints
[src]

Output only. Output Only. Constraints applied to the schedule. These constraints should be applicable at the time of any rescheduling.

§
readonly editWindow?: Interval
[src]

Output only. Output Only. The schedule is open for edits during this time interval or window.

§
readonly lastEditor?: "EDITOR_UNSPECIFIED" | "SYSTEM" | "USER"
[src]

Output only. Output Only. Indicates who most recently edited the upgrade schedule. The value is updated whenever the upgrade is rescheduled.

§
startTime?: Date
[src]

Required. The scheduled start time for the upgrade.

§
weeklyWindows?: TimeWindow[]
[src]

Required. Weekly time windows for upgrade activities. The server performs upgrade activities during these time windows to minimize disruptions.