Constraints
import type { Constraints } from "https://googleapis.deno.dev/v1/vmwareengine:v1.ts";
Constraints to be applied while editing a schedule. These constraints ensure
that Upgrade
specific requirements are met.
interface Constraints {
readonly disallowedIntervals?: WeeklyTimeInterval[];
readonly minHoursDay?: number;
readonly minHoursWeek?: number;
readonly rescheduleDateRange?: Interval;
}§Properties
§
readonly disallowedIntervals?: WeeklyTimeInterval[]
[src]Output only. Output Only. A list of intervals in which maintenance windows are not allowed. Any time window that overlaps with any of these intervals will be considered invalid.
§
readonly minHoursDay?: number
[src]Output only. Minimum number of hours must be allotted for the upgrade activities for each selected day. This is a minimum; the upgrade schedule can allot more hours for the given day.