Uses of Class
org.jclouds.chef.options.SearchOptions
Packages that use SearchOptions
-
Uses of SearchOptions in org.jclouds.chef
Methods in org.jclouds.chef with parameters of type SearchOptionsModifier and TypeMethodDescriptionSearchResult
<? extends Client> ChefApi.searchClients
(SearchOptions options) Searches all clients that match the given options.SearchResult
<? extends DatabagItem> ChefApi.searchDatabagItems
(String databagName, SearchOptions options) Searches all items in a data bag that match the given options.SearchResult
<? extends Environment> ChefApi.searchEnvironments
(SearchOptions options) Searches all environments that match the given options.SearchResult
<? extends Node> ChefApi.searchNodes
(SearchOptions options) Searches all nodes that match the given options.SearchResult
<? extends Role> ChefApi.searchRoles
(SearchOptions options) Searches all roles that match the given options. -
Uses of SearchOptions in org.jclouds.chef.options
Methods in org.jclouds.chef.options that return SearchOptionsModifier and TypeMethodDescriptionstatic SearchOptions
A valid search string.static SearchOptions
SearchOptions.Builder.rows
(int rows) SearchOptions.rows
(int rows) The number of rows to return.A sort string, such as 'name DESC'.static SearchOptions
SearchOptions.Builder.start
(int start) static SearchOptions
SearchOptions.start
(int start) The result number to start from.