disallowedIntervals property

List<WeeklyTimeInterval>? disallowedIntervals
getter/setter pair

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.

Output only.

Implementation

core.List<WeeklyTimeInterval>? disallowedIntervals;