Interface Hypervisor.CPUInfo
-
- All Superinterfaces:
ModelEntity,Serializable
- Enclosing interface:
- Hypervisor
public static interface Hypervisor.CPUInfo extends ModelEntity
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetArch()List<String>getFeatures()List<Object>getModel()Hypervisor.CPUTopologygetTopology()List<Object>getVendor()
-
-
-
Method Detail
-
getArch
String getArch()
- Returns:
- chipset architecture
-
getTopology
Hypervisor.CPUTopology getTopology()
- Returns:
- cpu topology
-
-