Uses of Class
com.oracle.bmc.database.model.VmClusterUpdateSummary.AvailableActions
-
Packages that use VmClusterUpdateSummary.AvailableActions Package Description com.oracle.bmc.database.model -
-
Uses of VmClusterUpdateSummary.AvailableActions in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return VmClusterUpdateSummary.AvailableActions Modifier and Type Method Description static VmClusterUpdateSummary.AvailableActions
VmClusterUpdateSummary.AvailableActions. create(String key)
static VmClusterUpdateSummary.AvailableActions
VmClusterUpdateSummary.AvailableActions. valueOf(String name)
Returns the enum constant of this type with the specified name.static VmClusterUpdateSummary.AvailableActions[]
VmClusterUpdateSummary.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 VmClusterUpdateSummary.AvailableActions Modifier and Type Method Description List<VmClusterUpdateSummary.AvailableActions>
VmClusterUpdateSummary. 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 VmClusterUpdateSummary.AvailableActions Modifier and Type Method Description VmClusterUpdateSummary.Builder
VmClusterUpdateSummary.Builder. availableActions(List<VmClusterUpdateSummary.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 VmClusterUpdateSummary.AvailableActions 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.
-