Package | Description |
---|---|
org.jclouds.chef | |
org.jclouds.chef.domain | |
org.jclouds.chef.functions | |
org.jclouds.chef.internal | |
org.jclouds.chef.strategy | |
org.jclouds.chef.strategy.internal |
Modifier and Type | Method and Description |
---|---|
Client |
ChefApi.createClient(String clientName)
Creates a new client.
|
Client |
ChefApi.createClient(String clientName,
CreateClientOptions options)
Creates a new client with custom options.
|
Client |
ChefApi.deleteClient(String clientName)
Deletes the given client.
|
Client |
ChefApi.generateKeyForClient(String clientName)
Generates a new key-pair for this client, and return the new private key in
the response body.
|
Client |
ChefApi.getClient(String clientName)
Gets the details of existing client.
|
Modifier and Type | Method and Description |
---|---|
Iterable<? extends Client> |
ChefService.listClients()
Lists the details of all existing clients.
|
Iterable<? extends Client> |
ChefService.listClients(ExecutorService executorService)
Lists the details of all existing clients, but executing concurrently using the threads available in the ExecutorService.
|
SearchResult<? extends Client> |
ChefApi.searchClients()
Searches all clients.
|
SearchResult<? extends Client> |
ChefApi.searchClients(SearchOptions options)
Searches all clients that match the given options.
|
Modifier and Type | Method and Description |
---|---|
Client |
Client.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Client |
ClientForGroup.apply(String from) |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends Client> |
BaseChefService.listClients() |
Iterable<? extends Client> |
BaseChefService.listClients(ExecutorService executorService) |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends Client> |
ListClients.execute() |
Iterable<? extends Client> |
ListClients.execute(ExecutorService executor) |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends Client> |
ListClientsImpl.execute() |
Iterable<? extends Client> |
ListClientsImpl.execute(ExecutorService executorService) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.