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