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