public static interface VmPoolsService.List
Modifier and Type | Method and Description |
---|---|
Boolean |
caseSensitive()
Indicates if the search performed using the
search parameter should be performed taking case into
account. |
Boolean |
filter()
Indicates if the results should be filtered according to the permissions of the user.
|
Integer |
max()
Sets the maximum number of pools to return.
|
VmPool[] |
pools() |
String |
search()
A query string used to restrict the returned pools.
|
VmPool[] pools()
Integer max()
Sets the maximum number of pools to return. If not specified all the pool are returned.
String search()
A query string used to restrict the returned pools.
Boolean caseSensitive()
Indicates if the search performed using the search
parameter should be performed taking case into
account. The default value is true
, which means that case is taken into account. If you want to search
ignoring case set it to false
.
Boolean filter()
Indicates if the results should be filtered according to the permissions of the user.
Copyright © 2016. All rights reserved.