Package org.ovirt.engine.sdk4.services
Interface HostCpuUnitsService
-
- All Superinterfaces:
Service
- All Known Implementing Classes:
HostCpuUnitsServiceImpl
public interface HostCpuUnitsService extends Service
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
HostCpuUnitsService.ListRequest
Returns the List of all host's CPUs with detailed information about the topology (socket, core) and with information about the current CPU pinning.static interface
HostCpuUnitsService.ListResponse
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 HostCpuUnitsService.ListRequest
list()
Returns the List of all host's CPUs with detailed information about the topology (socket, core) and with information about the current CPU pinning.Service
service(String path)
Service locator method, returns individual service on which the URI is dispatched.
-
-
-
Method Detail
-
list
HostCpuUnitsService.ListRequest list()
Returns the List of all host's CPUs with detailed information about the topology (socket, core) and with information about the current CPU pinning.
-
-