Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static MaintenanceWindow.Builder |
MaintenanceWindow.builder()
Create a new builder.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.copy(MaintenanceWindow model) |
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.customActionTimeoutInMins(Integer customActionTimeoutInMins)
Determines the amount of time the system will wait before the start of each database
server patching operation.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.daysOfWeek(List<DayOfWeek> daysOfWeek)
Days during the week when maintenance should be performed.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.hoursOfDay(List<Integer> hoursOfDay)
The window of hours during the day when maintenance should be performed.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.isCustomActionTimeoutEnabled(Boolean isCustomActionTimeoutEnabled)
If true, enables the configuration of a custom action timeout (waiting period) between
database server patching operations.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.isMonthlyPatchingEnabled(Boolean isMonthlyPatchingEnabled)
If true, enables the monthly patching option.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.leadTimeInWeeks(Integer leadTimeInWeeks)
Lead time window allows user to set a lead time to prepare for a down time.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.months(List<Month> months)
Months during the year when maintenance should be performed.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.patchingMode(MaintenanceWindow.PatchingMode patchingMode)
Cloud Exadata infrastructure node patching method, either “ROLLING” or “NONROLLING”.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.preference(MaintenanceWindow.Preference preference)
The maintenance window scheduling preference.
|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.skipRu(List<Boolean> skipRu)
If true, skips the release update (RU) for the quarter.
|
MaintenanceWindow.Builder |
MaintenanceWindow.toBuilder() |
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.weeksOfMonth(List<Integer> weeksOfMonth)
Weeks during the month when maintenance should be performed.
|
Copyright © 2016–2024. All rights reserved.