Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
MaintenanceWindow.Builder |
MaintenanceWindow.Builder.patchingMode(MaintenanceWindow.PatchingMode patchingMode)
Cloud Exadata infrastructure node patching method, either “ROLLING” or “NONROLLING”.
|
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.