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