Package org.ovirt.engine.sdk4.services
Interface HostNumaNodesService.ListRequest
-
- All Superinterfaces:
Request<HostNumaNodesService.ListRequest,HostNumaNodesService.ListResponse>
- Enclosing interface:
- HostNumaNodesService
public static interface HostNumaNodesService.ListRequest extends Request<HostNumaNodesService.ListRequest,HostNumaNodesService.ListResponse>
Returns the list of NUMA nodes of the host. The order of the returned list of NUMA nodes isn't guaranteed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HostNumaNodesService.ListRequest
follow(String follow)
Indicates which inner links should be _followed_.HostNumaNodesService.ListRequest
max(Integer max)
Sets the maximum number of nodes to return.HostNumaNodesService.ListRequest
max(Long max)
Sets the maximum number of nodes to return.HostNumaNodesService.ListRequest
max(BigInteger max)
Sets the maximum number of nodes to return.
-
-
-
Method Detail
-
follow
HostNumaNodesService.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.
-
max
HostNumaNodesService.ListRequest max(Integer max)
Sets the maximum number of nodes to return. If not specified all the nodes are returned.
-
max
HostNumaNodesService.ListRequest max(Long max)
Sets the maximum number of nodes to return. If not specified all the nodes are returned.
-
max
HostNumaNodesService.ListRequest max(BigInteger max)
Sets the maximum number of nodes to return. If not specified all the nodes are returned.
-
-