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 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.
§
weeklyWindows?: TimeWindow[]
[src]Required. Weekly time windows for upgrade activities. The server performs upgrade activities during these time windows to minimize disruptions.