Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
Month |
Month.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Month> |
MaintenanceWindow.getMonths()
Months during the year when maintenance should be performed.
|
Modifier and Type | Method and Description |
---|---|
Month.Builder |
Month.Builder.copy(Month model) |
Modifier and Type | Method and Description |
---|---|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.months(List<Month> months)
Months during the year when maintenance should be performed.
|
Constructor and Description |
---|
MaintenanceWindow(MaintenanceWindow.Preference preference,
MaintenanceWindow.PatchingMode patchingMode,
Boolean isCustomActionTimeoutEnabled,
Integer customActionTimeoutInMins,
Boolean isMonthlyPatchingEnabled,
List<Month> months,
List<Integer> weeksOfMonth,
List<DayOfWeek> daysOfWeek,
List<Integer> hoursOfDay,
Integer leadTimeInWeeks)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.