Uses of Class
com.oracle.bmc.database.model.VmClusterUpdate.AvailableActions
-
Packages that use VmClusterUpdate.AvailableActions Package Description com.oracle.bmc.database.model -
-
Uses of VmClusterUpdate.AvailableActions in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return VmClusterUpdate.AvailableActions Modifier and Type Method Description static VmClusterUpdate.AvailableActions
VmClusterUpdate.AvailableActions. create(String key)
static VmClusterUpdate.AvailableActions
VmClusterUpdate.AvailableActions. valueOf(String name)
Returns the enum constant of this type with the specified name.static VmClusterUpdate.AvailableActions[]
VmClusterUpdate.AvailableActions. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model that return types with arguments of type VmClusterUpdate.AvailableActions Modifier and Type Method Description List<VmClusterUpdate.AvailableActions>
VmClusterUpdate. getAvailableActions()
The possible actions that can be performed using this maintenance update.Method parameters in com.oracle.bmc.database.model with type arguments of type VmClusterUpdate.AvailableActions Modifier and Type Method Description VmClusterUpdate.Builder
VmClusterUpdate.Builder. availableActions(List<VmClusterUpdate.AvailableActions> availableActions)
The possible actions that can be performed using this maintenance update.Constructor parameters in com.oracle.bmc.database.model with type arguments of type VmClusterUpdate.AvailableActions 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.
-