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