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