Uses of Class
com.oracle.bmc.database.model.VmClusterUpdateSummary.AvailableUpdateModes
-
Packages that use VmClusterUpdateSummary.AvailableUpdateModes Package Description com.oracle.bmc.database.model -
-
Uses of VmClusterUpdateSummary.AvailableUpdateModes in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return VmClusterUpdateSummary.AvailableUpdateModes Modifier and Type Method Description static VmClusterUpdateSummary.AvailableUpdateModesVmClusterUpdateSummary.AvailableUpdateModes. create(String key)static VmClusterUpdateSummary.AvailableUpdateModesVmClusterUpdateSummary.AvailableUpdateModes. valueOf(String name)Returns the enum constant of this type with the specified name.static VmClusterUpdateSummary.AvailableUpdateModes[]VmClusterUpdateSummary.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 VmClusterUpdateSummary.AvailableUpdateModes Modifier and Type Method Description List<VmClusterUpdateSummary.AvailableUpdateModes>VmClusterUpdateSummary. 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 VmClusterUpdateSummary.AvailableUpdateModes Modifier and Type Method Description VmClusterUpdateSummary.BuilderVmClusterUpdateSummary.Builder. availableUpdateModes(List<VmClusterUpdateSummary.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 VmClusterUpdateSummary.AvailableUpdateModes 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.
-