Uses of Class
com.oracle.bmc.database.model.MaintenanceWindow.PatchingMode
-
Packages that use MaintenanceWindow.PatchingMode Package Description com.oracle.bmc.database.model -
-
Uses of MaintenanceWindow.PatchingMode in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return MaintenanceWindow.PatchingMode Modifier and Type Method Description static MaintenanceWindow.PatchingMode
MaintenanceWindow.PatchingMode. create(String key)
MaintenanceWindow.PatchingMode
MaintenanceWindow. getPatchingMode()
Cloud Exadata infrastructure node patching method, either “ROLLING” or “NONROLLING”.static MaintenanceWindow.PatchingMode
MaintenanceWindow.PatchingMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static MaintenanceWindow.PatchingMode[]
MaintenanceWindow.PatchingMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type MaintenanceWindow.PatchingMode Modifier and Type Method Description MaintenanceWindow.Builder
MaintenanceWindow.Builder. patchingMode(MaintenanceWindow.PatchingMode patchingMode)
Cloud Exadata infrastructure node patching method, either “ROLLING” or “NONROLLING”.Constructors in com.oracle.bmc.database.model with parameters of type MaintenanceWindow.PatchingMode Constructor 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, List<Boolean> skipRu)
Deprecated.
-