Uses of Class
com.oracle.bmc.cloudmigrations.model.OlvmCpu.Mode
-
Packages that use OlvmCpu.Mode Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of OlvmCpu.Mode in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return OlvmCpu.Mode Modifier and Type Method Description static OlvmCpu.ModeOlvmCpu.Mode. create(String key)OlvmCpu.ModeOlvmCpu. getMode()CPU modestatic OlvmCpu.ModeOlvmCpu.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static OlvmCpu.Mode[]OlvmCpu.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudmigrations.model with parameters of type OlvmCpu.Mode Modifier and Type Method Description OlvmCpu.BuilderOlvmCpu.Builder. mode(OlvmCpu.Mode mode)CPU modeConstructors in com.oracle.bmc.cloudmigrations.model with parameters of type OlvmCpu.Mode Constructor Description OlvmCpu(OlvmCpu.Architecture architecture, List<OlvmCore> core, OlvmCpuTune cpuTune, Integer level, OlvmCpu.Mode mode, String name, Float speed, OlvmCpuTopology cpuTopology, String type)Deprecated.
-