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