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