Package org.ovirt.engine.sdk4.services
Interface HostCpuUnitsService.ListResponse
-
- All Superinterfaces:
Response
- Enclosing interface:
- HostCpuUnitsService
public static interface HostCpuUnitsService.ListResponse extends Response
Returns the List of all host's CPUs with detailed information about the topology (socket, core) and with information about the current CPU pinning.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<HostCpuUnit>
cpuUnits()
-
-
-
Method Detail
-
cpuUnits
List<HostCpuUnit> cpuUnits()
-
-