Uses of Interface
org.jclouds.chef.ChefApi
Packages that use ChefApi
Package
Description
-
Uses of ChefApi in org.jclouds.chef.features
Subinterfaces of ChefApi in org.jclouds.chef.featuresModifier and TypeInterfaceDescriptioninterface
Provides 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 -
Uses of ChefApi in org.jclouds.chef.strategy.internal
Fields in org.jclouds.chef.strategy.internal declared as ChefApiModifier and TypeFieldDescriptionprotected final ChefApi
BaseListCookbookVersionsImpl.api
protected final ChefApi
BaseListNodesImpl.api
protected final ChefApi
DeleteAllClientsInListImpl.api
protected final ChefApi
DeleteAllNodesInListImpl.api
protected final ChefApi
ListClientsImpl.api
protected final ChefApi
ListEnvironmentsImpl.api
Constructors in org.jclouds.chef.strategy.internal with parameters of type ChefApiModifierConstructorDescriptionCreateNodeAndPopulateAutomaticAttributesImpl
(ChefApi chef, com.google.common.base.Supplier<Map<String, JsonBall>> automaticSupplier) UpdateAutomaticAttributesOnNodeImpl
(ChefApi chef, com.google.common.base.Supplier<Map<String, JsonBall>> automaticSupplier)