Uses of Class
com.oracle.bmc.database.model.ExadbVmClusterUpdate.UpdateType
-
Packages that use ExadbVmClusterUpdate.UpdateType Package Description com.oracle.bmc.database.model -
-
Uses of ExadbVmClusterUpdate.UpdateType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return ExadbVmClusterUpdate.UpdateType Modifier and Type Method Description static ExadbVmClusterUpdate.UpdateType
ExadbVmClusterUpdate.UpdateType. create(String key)
ExadbVmClusterUpdate.UpdateType
ExadbVmClusterUpdate. getUpdateType()
The type of cloud VM cluster maintenance update.static ExadbVmClusterUpdate.UpdateType
ExadbVmClusterUpdate.UpdateType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExadbVmClusterUpdate.UpdateType[]
ExadbVmClusterUpdate.UpdateType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type ExadbVmClusterUpdate.UpdateType Modifier and Type Method Description ExadbVmClusterUpdate.Builder
ExadbVmClusterUpdate.Builder. updateType(ExadbVmClusterUpdate.UpdateType updateType)
The type of cloud VM cluster maintenance update.Constructors in com.oracle.bmc.database.model with parameters of type ExadbVmClusterUpdate.UpdateType 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.
-