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