Maintenance Window Response
data class MaintenanceWindowResponse(val durationHours: Int, val notAllowedDates: List<DateSpanResponse>? = null, val schedule: ScheduleResponse, val startDate: String? = null, val startTime: String, val utcOffset: String? = null)
Maintenance window used to configure scheduled auto-upgrade for a Managed Cluster.
Constructors
Link copied to clipboard
constructor(durationHours: Int, notAllowedDates: List<DateSpanResponse>? = null, schedule: ScheduleResponse, startDate: String? = null, startTime: String, utcOffset: String? = null)
Properties
Link copied to clipboard
Length of maintenance window range from 4 to 24 hours.
Link copied to clipboard
Date ranges on which upgrade is not allowed. 'utcOffset' applies to this field. For example, with 'utcOffset: +02:00' and 'dateSpan' being '2022-12-23' to '2023-01-03', maintenance will be blocked from '2022-12-22 22:00' to '2023-01-03 22:00' in UTC time.
Link copied to clipboard
Recurrence schedule for the maintenance window.