Package org.ovirt.engine.sdk4.services
Interface VmNumaNodesService.ListRequest
-
- All Superinterfaces:
Request<VmNumaNodesService.ListRequest,VmNumaNodesService.ListResponse>
- Enclosing interface:
- VmNumaNodesService
public static interface VmNumaNodesService.ListRequest extends Request<VmNumaNodesService.ListRequest,VmNumaNodesService.ListResponse>
Lists virtual NUMA nodes of a virtual machine. 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 VmNumaNodesService.ListRequest
follow(String follow)
Indicates which inner links should be _followed_.VmNumaNodesService.ListRequest
max(Integer max)
Sets the maximum number of nodes to return.VmNumaNodesService.ListRequest
max(Long max)
Sets the maximum number of nodes to return.VmNumaNodesService.ListRequest
max(BigInteger max)
Sets the maximum number of nodes to return.
-
-
-
Method Detail
-
follow
VmNumaNodesService.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
VmNumaNodesService.ListRequest max(Integer max)
Sets the maximum number of nodes to return. If not specified all the nodes are returned.
-
max
VmNumaNodesService.ListRequest max(Long max)
Sets the maximum number of nodes to return. If not specified all the nodes are returned.
-
max
VmNumaNodesService.ListRequest max(BigInteger max)
Sets the maximum number of nodes to return. If not specified all the nodes are returned.
-
-