Package org.ovirt.engine.sdk4.services
Interface HostCpuUnitsService.ListRequest
-
- All Superinterfaces:
Request<HostCpuUnitsService.ListRequest,HostCpuUnitsService.ListResponse>
- Enclosing interface:
- HostCpuUnitsService
public static interface HostCpuUnitsService.ListRequest extends Request<HostCpuUnitsService.ListRequest,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
follow(String follow)
Indicates which inner links should be _followed_.
-
-
-
Method Detail
-
follow
HostCpuUnitsService.ListRequest follow(String follow)
Indicates which inner links should be _followed_. The objects referenced by these links will be fetched as part of the current request. See <> for details.
-
-