Uses of Class
com.oracle.bmc.database.model.UpdateMaintenanceRunDetails.PatchingMode
-
Packages that use UpdateMaintenanceRunDetails.PatchingMode Package Description com.oracle.bmc.database.model -
-
Uses of UpdateMaintenanceRunDetails.PatchingMode in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return UpdateMaintenanceRunDetails.PatchingMode Modifier and Type Method 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.Methods in com.oracle.bmc.database.model with parameters of type UpdateMaintenanceRunDetails.PatchingMode Modifier and Type Method Description UpdateMaintenanceRunDetails.Builder
UpdateMaintenanceRunDetails.Builder. patchingMode(UpdateMaintenanceRunDetails.PatchingMode patchingMode)
Cloud Exadata infrastructure node patching method, either “ROLLING” or “NONROLLING”.Constructors in com.oracle.bmc.database.model with parameters of type UpdateMaintenanceRunDetails.PatchingMode Constructor 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.
-