Package | Description |
---|---|
com.oracle.bmc.database.model |
Modifier and Type | Method and Description |
---|---|
static UpdateMaintenanceRunDetails.PatchingMode |
UpdateMaintenanceRunDetails.PatchingMode.create(String key) |
UpdateMaintenanceRunDetails.PatchingMode |
UpdateMaintenanceRunDetails.getPatchingMode()
Cloud Exadata infrastructure node patching method, either “ROLLING” or “NONROLLING”.
|
static UpdateMaintenanceRunDetails.PatchingMode |
UpdateMaintenanceRunDetails.PatchingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateMaintenanceRunDetails.PatchingMode[] |
UpdateMaintenanceRunDetails.PatchingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateMaintenanceRunDetails.Builder |
UpdateMaintenanceRunDetails.Builder.patchingMode(UpdateMaintenanceRunDetails.PatchingMode patchingMode)
Cloud Exadata infrastructure node patching method, either “ROLLING” or “NONROLLING”.
|
Constructor and Description |
---|
UpdateMaintenanceRunDetails(Boolean isEnabled,
Date timeScheduled,
Boolean isPatchNowEnabled,
String patchId,
UpdateMaintenanceRunDetails.PatchingMode patchingMode,
Boolean isCustomActionTimeoutEnabled,
Integer customActionTimeoutInMins,
Integer currentCustomActionTimeoutInMins,
Boolean isResumePatching,
String targetDbServerVersion,
String targetStorageServerVersion)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.