Values.MaintenanceWindowSourceThe scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
type nonrec t = {customActionTimeoutInMins : MaintenanceWindowCustomActionTimeoutInMinsInteger.t
option;The custom action timeout in minutes for the maintenance window.
*)daysOfWeek : DaysOfWeek.t option;The days of the week when maintenance can be performed.
*)hoursOfDay : HoursOfDay.t option;The hours of the day when maintenance can be performed.
*)isCustomActionTimeoutEnabled : Boolean.t option;Indicates whether custom action timeout is enabled for the maintenance window.
*)leadTimeInWeeks : MaintenanceWindowLeadTimeInWeeksInteger.t option;The lead time in weeks before the maintenance window.
*)months : Months.t option;The months when maintenance can be performed.
*)patchingMode : PatchingModeType.t option;The patching mode for the maintenance window.
*)preference : PreferenceType.t option;The preference for the maintenance window scheduling.
*)skipRu : Boolean.t option;Indicates whether to skip release updates during maintenance.
*)weeksOfMonth : WeeksOfMonth.t option;The weeks of the month when maintenance can be performed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of MaintenanceWindowCustomActionTimeoutInMinsInteger.t
| `List of
[> `Integer of Integer.t
| `Structure of (string * [> `Enum of string ]) list ]
list ])
list ]