MaintenanceWindowResponse

data class MaintenanceWindowResponse(val dailyMaintenanceWindow: DailyMaintenanceWindowResponse, val maintenanceExclusions: Map<String, String>, val recurringWindow: RecurringTimeWindowResponse)

MaintenanceWindow defines the maintenance window to be used for the cluster.

Constructors

Link copied to clipboard
fun MaintenanceWindowResponse(dailyMaintenanceWindow: DailyMaintenanceWindowResponse, maintenanceExclusions: Map<String, String>, recurringWindow: RecurringTimeWindowResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

DailyMaintenanceWindow specifies a daily maintenance operation window.

Link copied to clipboard

Exceptions to maintenance window. Non-emergency maintenance should not occur in these windows.

Link copied to clipboard

RecurringWindow specifies some number of recurring time periods for maintenance to occur. The time windows may be overlapping. If no maintenance windows are set, maintenance can occur at any time.