Uses of Class
org.jclouds.chef.domain.BootstrapConfig
- 
Packages that use BootstrapConfig Package Description org.jclouds.chef org.jclouds.chef.domain org.jclouds.chef.functions org.jclouds.chef.internal  - 
- 
Uses of BootstrapConfig in org.jclouds.chef
Methods in org.jclouds.chef that return BootstrapConfig Modifier and Type Method Description BootstrapConfigChefService. getBootstrapConfigForGroup(String group)Gets the bootstrap configuration for a given group.Methods in org.jclouds.chef with parameters of type BootstrapConfig Modifier and Type Method Description voidChefService. updateBootstrapConfigForGroup(String group, BootstrapConfig bootstrapConfig)Configures how the nodes of a certain group will be bootstrapped - 
Uses of BootstrapConfig in org.jclouds.chef.domain
Methods in org.jclouds.chef.domain that return BootstrapConfig Modifier and Type Method Description BootstrapConfigBootstrapConfig.Builder. build() - 
Uses of BootstrapConfig in org.jclouds.chef.functions
Methods in org.jclouds.chef.functions that return BootstrapConfig Modifier and Type Method Description BootstrapConfigBootstrapConfigForGroup. apply(String from) - 
Uses of BootstrapConfig in org.jclouds.chef.internal
Methods in org.jclouds.chef.internal that return BootstrapConfig Modifier and Type Method Description BootstrapConfigBaseChefService. getBootstrapConfigForGroup(String group)Methods in org.jclouds.chef.internal with parameters of type BootstrapConfig Modifier and Type Method Description voidBaseChefService. updateBootstrapConfigForGroup(String group, BootstrapConfig bootstrapConfig) 
 -