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