Uses of Class
org.jclouds.chef.domain.BootstrapConfig

Packages that use BootstrapConfig
org.jclouds.chef   
org.jclouds.chef.domain   
org.jclouds.chef.internal   
 

Uses of BootstrapConfig in org.jclouds.chef
 

Methods in org.jclouds.chef with parameters of type BootstrapConfig
 void ChefService.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
 BootstrapConfig BootstrapConfig.Builder.build()
           
 

Uses of BootstrapConfig in org.jclouds.chef.internal
 

Methods in org.jclouds.chef.internal with parameters of type BootstrapConfig
 void BaseChefService.updateBootstrapConfigForGroup(String group, BootstrapConfig bootstrapConfig)
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.