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