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