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