org.jclouds.privatechef
Interface PrivateChefAsyncApi

All Superinterfaces:
org.jclouds.chef.ChefAsyncApi, Closeable, HostedChefAsyncApi

Deprecated. please use org.jclouds.ContextBuilder#buildApi(PrivateChefApi.class) as PrivateChefAsyncApi interface will be removed in jclouds 1.7.

@Deprecated
public interface PrivateChefAsyncApi
extends HostedChefAsyncApi

Provides asynchronous access to the Private Chef Api.

Author:
Ignasi Barrera
See Also:
HostedChefAsyncApi

Field Summary
 
Fields inherited from interface org.jclouds.chef.ChefAsyncApi
VERSION
 
Method Summary
 
Methods inherited from interface org.jclouds.hostedchef.HostedChefAsyncApi
createGroup, deleteGroup, getGroup, getUser, listGroups, nodeExists, updateGroup
 
Methods inherited from interface org.jclouds.chef.ChefAsyncApi
clientExists, commitSandbox, createClient, createClient, createDatabag, createDatabagItem, createEnvironment, createNode, createRole, databagExists, databagItemExists, deleteClient, deleteCookbook, deleteDatabag, deleteDatabagItem, deleteEnvironment, deleteNode, deleteRole, generateKeyForClient, getClient, getCookbook, getDatabagItem, getEnvironment, getEnvironmentCookbook, getEnvironmentCookbook, getNode, getResourceContents, getRole, getUploadSandboxForChecksums, getVersionsOfCookbook, listClients, listCookbooks, listDatabagItems, listDatabags, listEnvironmentCookbooks, listEnvironmentCookbooks, listEnvironments, listNodes, listRoles, listSearchIndexes, roleExists, searchClients, searchClients, searchDatabag, searchDatabag, searchEnvironments, searchEnvironments, searchNodes, searchNodes, searchRoles, searchRoles, updateCookbook, updateDatabagItem, updateEnvironment, updateNode, updateRole, uploadContent
 
Methods inherited from interface java.io.Closeable
close
 



Copyright © 2013 jclouds. All Rights Reserved.