Uses of Class
com.oracle.bmc.datacc.model.MaintenanceWindow.Months
-
Packages that use MaintenanceWindow.Months Package Description com.oracle.bmc.datacc.model -
-
Uses of MaintenanceWindow.Months in com.oracle.bmc.datacc.model
Methods in com.oracle.bmc.datacc.model that return MaintenanceWindow.Months Modifier and Type Method Description static MaintenanceWindow.MonthsMaintenanceWindow.Months. create(String key)static MaintenanceWindow.MonthsMaintenanceWindow.Months. valueOf(String name)Returns the enum constant of this type with the specified name.static MaintenanceWindow.Months[]MaintenanceWindow.Months. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datacc.model that return types with arguments of type MaintenanceWindow.Months Modifier and Type Method Description List<MaintenanceWindow.Months>MaintenanceWindow. getMonths()Months during the year when maintenance should be performed.Method parameters in com.oracle.bmc.datacc.model with type arguments of type MaintenanceWindow.Months Modifier and Type Method Description MaintenanceWindow.BuilderMaintenanceWindow.Builder. months(List<MaintenanceWindow.Months> months)Months during the year when maintenance should be performed.Constructor parameters in com.oracle.bmc.datacc.model with type arguments of type MaintenanceWindow.Months 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.
-