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