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