public static interface HostNumaNodesService.ListRequest extends Request<HostNumaNodesService.ListRequest,HostNumaNodesService.ListResponse>
Modifier and Type | Method and Description |
---|---|
HostNumaNodesService.ListRequest |
max(BigInteger max)
Sets the maximum number of nodes to return.
|
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(Integer max)
Sets the maximum number of nodes to return. If not specified all the nodes are returned.
HostNumaNodesService.ListRequest max(Long max)
Sets the maximum number of nodes to return. If not specified all the nodes are returned.
HostNumaNodesService.ListRequest max(BigInteger max)
Sets the maximum number of nodes to return. If not specified all the nodes are returned.
Copyright © 2016. All rights reserved.