ComputeNodeListOptions.withMaxResults(Integer maxResults) 方法
定义
Set the maximum number of items to return in the response. A maximum of 1000 nodes can be returned.
public ComputeNodeListOptions withMaxResults(Integer maxResults)
参数
- maxResults
- Integer
the maxResults value to set
返回
the ComputeNodeListOptions object itself.