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