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