Uses of Class
com.oracle.bmc.cloudmigrations.model.OlvmCpu.Architecture
-
Packages that use OlvmCpu.Architecture Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of OlvmCpu.Architecture in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return OlvmCpu.Architecture Modifier and Type Method Description static OlvmCpu.ArchitectureOlvmCpu.Architecture. create(String key)OlvmCpu.ArchitectureOlvmCpu. getArchitecture()CPU architecturestatic OlvmCpu.ArchitectureOlvmCpu.Architecture. valueOf(String name)Returns the enum constant of this type with the specified name.static OlvmCpu.Architecture[]OlvmCpu.Architecture. 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.Architecture Modifier and Type Method Description OlvmCpu.BuilderOlvmCpu.Builder. architecture(OlvmCpu.Architecture architecture)CPU architectureConstructors in com.oracle.bmc.cloudmigrations.model with parameters of type OlvmCpu.Architecture 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.
-