MaintenanceWindowOptionsProperties |
MaintenanceWindowOptionsProperties.withAllowMultipleMaintenanceWindowsPerCycle(Boolean allowMultipleMaintenanceWindowsPerCycle) |
Set the allowMultipleMaintenanceWindowsPerCycle property: Whether we allow multiple maintenance windows per
cycle.
|
MaintenanceWindowOptionsProperties |
MaintenanceWindowOptionsProperties.withDefaultDurationInMinutes(Integer defaultDurationInMinutes) |
Set the defaultDurationInMinutes property: Default duration for maintenance window.
|
MaintenanceWindowOptionsProperties |
MaintenanceWindowOptionsProperties.withIsEnabled(Boolean isEnabled) |
Set the isEnabled property: Whether maintenance windows are enabled for the database.
|
MaintenanceWindowOptionsProperties |
MaintenanceWindowOptionsProperties.withMaintenanceWindowCycles(List<MaintenanceWindowTimeRange> maintenanceWindowCycles) |
Set the maintenanceWindowCycles property: Available maintenance cycles e.g.
|
MaintenanceWindowOptionsProperties |
MaintenanceWindowOptionsProperties.withMinCycles(Integer minCycles) |
Set the minCycles property: Minimum number of maintenance windows cycles to be set on the database.
|
MaintenanceWindowOptionsProperties |
MaintenanceWindowOptionsProperties.withMinDurationInMinutes(Integer minDurationInMinutes) |
Set the minDurationInMinutes property: Minimum duration of maintenance window.
|
MaintenanceWindowOptionsProperties |
MaintenanceWindowOptionsProperties.withTimeGranularityInMinutes(Integer timeGranularityInMinutes) |
Set the timeGranularityInMinutes property: Time granularity in minutes for maintenance windows.
|