org.jclouds.privatechef
Interface PrivateChefApi

All Superinterfaces:
org.jclouds.chef.ChefApi, Closeable, HostedChefApi

public interface PrivateChefApi
extends HostedChefApi

Provides synchronous access to the Private Chef Api.

Author:
Ignasi Barrera
See Also:
HostedChefApi

Method Summary
 
Methods inherited from interface org.jclouds.hostedchef.HostedChefApi
createGroup, deleteGroup, getGroup, getUser, listGroups, nodeExists, updateGroup
 
Methods inherited from interface org.jclouds.chef.ChefApi
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.