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