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