Share via


MaintenanceConfigurationProperties interface

Properties used to configure planned maintenance for a Managed Cluster.

Properties

maintenanceWindow

Maintenance window for the maintenance configuration.

notAllowedTime

Time slots on which upgrade is not allowed.

timeInWeek

Time slots during the week when planned maintenance is allowed to proceed. If two array entries specify the same day of the week, the applied configuration is the union of times in both entries.

Property Details

maintenanceWindow

Maintenance window for the maintenance configuration.

maintenanceWindow?: MaintenanceWindow

Property Value

notAllowedTime

Time slots on which upgrade is not allowed.

notAllowedTime?: TimeSpan[]

Property Value

timeInWeek

Time slots during the week when planned maintenance is allowed to proceed. If two array entries specify the same day of the week, the applied configuration is the union of times in both entries.

timeInWeek?: TimeInWeek[]

Property Value