Uses of Class
com.oracle.bmc.database.model.UpdateSummary.UpdateType
-
Packages that use UpdateSummary.UpdateType Package Description com.oracle.bmc.database.model -
-
Uses of UpdateSummary.UpdateType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return UpdateSummary.UpdateType Modifier and Type Method Description static UpdateSummary.UpdateType
UpdateSummary.UpdateType. create(String key)
UpdateSummary.UpdateType
UpdateSummary. getUpdateType()
The type of cloud VM cluster maintenance update.static UpdateSummary.UpdateType
UpdateSummary.UpdateType. valueOf(String name)
Returns the enum constant of this type with the specified name.static UpdateSummary.UpdateType[]
UpdateSummary.UpdateType. 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 UpdateSummary.UpdateType Modifier and Type Method Description UpdateSummary.Builder
UpdateSummary.Builder. updateType(UpdateSummary.UpdateType updateType)
The type of cloud VM cluster maintenance update.Constructors in com.oracle.bmc.database.model with parameters of type UpdateSummary.UpdateType Constructor Description UpdateSummary(String id, String description, UpdateSummary.LastAction lastAction, List<UpdateSummary.AvailableActions> availableActions, UpdateSummary.UpdateType updateType, String lifecycleDetails, UpdateSummary.LifecycleState lifecycleState, Date timeReleased, String version)
Deprecated.
-