Uses of Interface
org.jclouds.chef.ChefApi
-
Packages that use ChefApi Package Description org.jclouds.chef.features org.jclouds.chef.functions org.jclouds.chef.strategy.internal -
-
Uses of ChefApi in org.jclouds.chef.features
Subinterfaces of ChefApi in org.jclouds.chef.features Modifier and Type Interface Description interfaceOrganizationApiProvides synchronous access to the Enterprise Chef Api. -
Uses of ChefApi in org.jclouds.chef.functions
Constructors in org.jclouds.chef.functions with parameters of type ChefApi Constructor Description ClientForGroup(ChefApi chefApi) -
Uses of ChefApi in org.jclouds.chef.strategy.internal
Fields in org.jclouds.chef.strategy.internal declared as ChefApi Modifier and Type Field Description protected ChefApiBaseListCookbookVersionsImpl. apiprotected ChefApiBaseListNodesImpl. apiprotected ChefApiDeleteAllClientsInListImpl. apiprotected ChefApiDeleteAllNodesInListImpl. apiprotected ChefApiListClientsImpl. apiprotected ChefApiListEnvironmentsImpl. apiConstructors in org.jclouds.chef.strategy.internal with parameters of type ChefApi Constructor Description CreateNodeAndPopulateAutomaticAttributesImpl(ChefApi chef, com.google.common.base.Supplier<Map<String,JsonBall>> automaticSupplier)UpdateAutomaticAttributesOnNodeImpl(ChefApi chef, com.google.common.base.Supplier<Map<String,JsonBall>> automaticSupplier)
-