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