Uses of Class
com.oracle.bmc.database.model.VmClusterUpdateSummary.LastUpdateMode
-
Packages that use VmClusterUpdateSummary.LastUpdateMode Package Description com.oracle.bmc.database.model -
-
Uses of VmClusterUpdateSummary.LastUpdateMode in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return VmClusterUpdateSummary.LastUpdateMode Modifier and Type Method Description static VmClusterUpdateSummary.LastUpdateModeVmClusterUpdateSummary.LastUpdateMode. create(String key)VmClusterUpdateSummary.LastUpdateModeVmClusterUpdateSummary. getLastUpdateMode()The update mode performed most recently using this maintenance update (only valid for OS Update).static VmClusterUpdateSummary.LastUpdateModeVmClusterUpdateSummary.LastUpdateMode. valueOf(String name)Returns the enum constant of this type with the specified name.static VmClusterUpdateSummary.LastUpdateMode[]VmClusterUpdateSummary.LastUpdateMode. 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.LastUpdateMode Modifier and Type Method Description VmClusterUpdateSummary.BuilderVmClusterUpdateSummary.Builder. lastUpdateMode(VmClusterUpdateSummary.LastUpdateMode lastUpdateMode)The update mode performed most recently using this maintenance update (only valid for OS Update).Constructors in com.oracle.bmc.database.model with parameters of type VmClusterUpdateSummary.LastUpdateMode Constructor Description VmClusterUpdateSummary(String id, String description, VmClusterUpdateSummary.LastAction lastAction, VmClusterUpdateSummary.LastUpdateMode lastUpdateMode, List<VmClusterUpdateSummary.AvailableUpdateModes> availableUpdateModes, String oracleLinuxVersion, List<VmClusterUpdateSummary.AvailableActions> availableActions, VmClusterUpdateSummary.UpdateType updateType, String lifecycleDetails, VmClusterUpdateSummary.LifecycleState lifecycleState, Date timeReleased, String version)Deprecated.
-