Uses of Class
com.oracle.bmc.database.model.Month
-
Packages that use Month Package Description com.oracle.bmc.database.model -
-
Uses of Month in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return Month Modifier and Type Method Description Month
Month.Builder. build()
Month
CreateSchedulingPolicyDetails. getCadenceStartMonth()
Start of the month to be followed during the cadence period.Month
SchedulingPolicy. getCadenceStartMonth()
Start of the month to be followed during the cadence period.Month
SchedulingPolicySummary. getCadenceStartMonth()
Start of the month to be followed during the cadence period.Month
UpdateSchedulingPolicyDetails. getCadenceStartMonth()
Start of the month to be followed during the cadence period.Methods in com.oracle.bmc.database.model that return types with arguments of type Month Modifier and Type Method Description List<Month>
MaintenanceWindow. getMonths()
Months during the year when maintenance should be performed.List<Month>
WindowPreferenceDetail. getMonths()
Months during the year when scheduled window should be performed.Methods in com.oracle.bmc.database.model with parameters of type Month Modifier and Type Method Description CreateSchedulingPolicyDetails.Builder
CreateSchedulingPolicyDetails.Builder. cadenceStartMonth(Month cadenceStartMonth)
Start of the month to be followed during the cadence period.SchedulingPolicy.Builder
SchedulingPolicy.Builder. cadenceStartMonth(Month cadenceStartMonth)
Start of the month to be followed during the cadence period.SchedulingPolicySummary.Builder
SchedulingPolicySummary.Builder. cadenceStartMonth(Month cadenceStartMonth)
Start of the month to be followed during the cadence period.UpdateSchedulingPolicyDetails.Builder
UpdateSchedulingPolicyDetails.Builder. cadenceStartMonth(Month cadenceStartMonth)
Start of the month to be followed during the cadence period.Month.Builder
Month.Builder. copy(Month model)
Method parameters in com.oracle.bmc.database.model with type arguments of type Month Modifier and Type Method Description MaintenanceWindow.Builder
MaintenanceWindow.Builder. months(List<Month> months)
Months during the year when maintenance should be performed.WindowPreferenceDetail.Builder
WindowPreferenceDetail.Builder. months(List<Month> months)
Months during the year when scheduled window should be performed.Constructors in com.oracle.bmc.database.model with parameters of type Month Constructor Description CreateSchedulingPolicyDetails(String compartmentId, String displayName, CreateSchedulingPolicyDetails.Cadence cadence, Month cadenceStartMonth, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.SchedulingPolicy(String id, String compartmentId, String displayName, SchedulingPolicy.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, SchedulingPolicy.Cadence cadence, Month cadenceStartMonth, Date timeNextWindowStarts, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.SchedulingPolicySummary(String id, String compartmentId, String displayName, SchedulingPolicySummary.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, SchedulingPolicySummary.Cadence cadence, Month cadenceStartMonth, Date timeNextWindowStarts, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.UpdateSchedulingPolicyDetails(String displayName, UpdateSchedulingPolicyDetails.Cadence cadence, Month cadenceStartMonth, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.Constructor parameters in com.oracle.bmc.database.model with type arguments of type Month 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.WindowPreferenceDetail(List<Month> months, List<Integer> weeksOfMonth, List<DayOfWeek> daysOfWeek, String startTime, Integer duration, Boolean isEnforcedDuration)
Deprecated.
-