Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static MaintenanceWindow.Preference |
MaintenanceWindow.Preference.create(String key) |
MaintenanceWindow.Preference |
MaintenanceWindow.getPreference()
The maintenance window scheduling preference.
|
static MaintenanceWindow.Preference |
MaintenanceWindow.Preference.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintenanceWindow.Preference[] |
MaintenanceWindow.Preference.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.preference(MaintenanceWindow.Preference preference)
The maintenance window scheduling preference.
|
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,
List<Boolean> skipRu)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.