MaintenanceWindowOptionsProperties interface
Maintenance window options properties.
Properties
| allow |
Whether we allow multiple maintenance windows per cycle. |
| default |
Default duration for maintenance window. |
| is |
Whether maintenance windows are enabled for the database. |
| maintenance |
Available maintenance cycles e.g. {Saturday, 0, 4860}, {Wednesday, 0, 2460}. |
| min |
Minimum number of maintenance windows cycles to be set on the database. |
| min |
Minimum duration of maintenance window. |
| time |
Time granularity in minutes for maintenance windows. |
Property Details
allowMultipleMaintenanceWindowsPerCycle
Whether we allow multiple maintenance windows per cycle.
allowMultipleMaintenanceWindowsPerCycle?: boolean
Property Value
boolean
defaultDurationInMinutes
Default duration for maintenance window.
defaultDurationInMinutes?: number
Property Value
number
isEnabled
Whether maintenance windows are enabled for the database.
isEnabled?: boolean
Property Value
boolean
maintenanceWindowCycles
Available maintenance cycles e.g. {Saturday, 0, 4860}, {Wednesday, 0, 2460}.
maintenanceWindowCycles?: MaintenanceWindowTimeRange[]
Property Value
minCycles
Minimum number of maintenance windows cycles to be set on the database.
minCycles?: number
Property Value
number
minDurationInMinutes
Minimum duration of maintenance window.
minDurationInMinutes?: number
Property Value
number
timeGranularityInMinutes
Time granularity in minutes for maintenance windows.
timeGranularityInMinutes?: number
Property Value
number