Uses of Class
com.oracle.bmc.database.model.VmClusterUpdate.AvailableUpdateModes
-
Packages that use VmClusterUpdate.AvailableUpdateModes Package Description com.oracle.bmc.database.model -
-
Uses of VmClusterUpdate.AvailableUpdateModes in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return VmClusterUpdate.AvailableUpdateModes Modifier and Type Method Description static VmClusterUpdate.AvailableUpdateModesVmClusterUpdate.AvailableUpdateModes. create(String key)static VmClusterUpdate.AvailableUpdateModesVmClusterUpdate.AvailableUpdateModes. valueOf(String name)Returns the enum constant of this type with the specified name.static VmClusterUpdate.AvailableUpdateModes[]VmClusterUpdate.AvailableUpdateModes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model that return types with arguments of type VmClusterUpdate.AvailableUpdateModes Modifier and Type Method Description List<VmClusterUpdate.AvailableUpdateModes>VmClusterUpdate. getAvailableUpdateModes()The possible update options that can be performed using this maintenance update (only valid for OS Update).Method parameters in com.oracle.bmc.database.model with type arguments of type VmClusterUpdate.AvailableUpdateModes Modifier and Type Method Description VmClusterUpdate.BuilderVmClusterUpdate.Builder. availableUpdateModes(List<VmClusterUpdate.AvailableUpdateModes> availableUpdateModes)The possible update options that can be performed using this maintenance update (only valid for OS Update).Constructor parameters in com.oracle.bmc.database.model with type arguments of type VmClusterUpdate.AvailableUpdateModes 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.
-