Uses of Class
com.oracle.bmc.datacc.model.BasePatchingMode
-
Packages that use BasePatchingMode Package Description com.oracle.bmc.datacc.model -
-
Uses of BasePatchingMode in com.oracle.bmc.datacc.model
Methods in com.oracle.bmc.datacc.model that return BasePatchingMode Modifier and Type Method Description static BasePatchingModeBasePatchingMode. create(String key)BasePatchingModeMaintenanceWindow. getPatchingMode()Cloud Database Infrastructure node patching method.static BasePatchingModeBasePatchingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static BasePatchingMode[]BasePatchingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datacc.model with parameters of type BasePatchingMode Modifier and Type Method Description MaintenanceWindow.BuilderMaintenanceWindow.Builder. patchingMode(BasePatchingMode patchingMode)Cloud Database Infrastructure node patching method.Constructors in com.oracle.bmc.datacc.model with parameters of type BasePatchingMode Constructor Description MaintenanceWindow(MaintenancePreference preference, BasePatchingMode patchingMode, Boolean isCustomActionTimeoutEnabled, Integer customActionTimeoutInMins, Boolean isMonthlyPatchingEnabled, List<MaintenanceWindow.Months> months, List<Integer> weeksOfMonth, List<MaintenanceWindow.DaysOfWeek> daysOfWeek, List<Integer> hoursOfDay, Integer leadTimeInWeeks)Deprecated.
-