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