Package | Description |
---|---|
org.jclouds.chef | |
org.jclouds.chef.functions |
Modifier and Type | Method and Description |
---|---|
SearchResult<? extends Client> |
ChefApi.searchClients()
Searches all clients.
|
SearchResult<? extends Client> |
ChefApi.searchClients(SearchOptions options)
Searches all clients that match the given options.
|
SearchResult<? extends DatabagItem> |
ChefApi.searchDatabagItems(String databagName)
Searches all items in a data bag.
|
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()
Searches all environments.
|
SearchResult<? extends Environment> |
ChefApi.searchEnvironments(SearchOptions options)
Searches all environments that match the given options.
|
SearchResult<? extends Node> |
ChefApi.searchNodes()
Searches all nodes.
|
SearchResult<? extends Node> |
ChefApi.searchNodes(SearchOptions options)
Searches all nodes that match the given options.
|
SearchResult<? extends Role> |
ChefApi.searchRoles()
Searches all roles.
|
SearchResult<? extends Role> |
ChefApi.searchRoles(SearchOptions options)
Searches all roles that match the given options.
|
Modifier and Type | Method and Description |
---|---|
SearchResult<T> |
ParseSearchResultFromJson.apply(HttpResponse response) |
SearchResult<DatabagItem> |
ParseSearchDatabagFromJson.apply(HttpResponse response) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.