Uses of Class
org.jclouds.chef.domain.BootstrapConfig
Packages that use BootstrapConfig
Package
Description
-
Uses of BootstrapConfig in org.jclouds.chef
Methods in org.jclouds.chef that return BootstrapConfigModifier and TypeMethodDescriptionChefService.getBootstrapConfigForGroup
(String group) Gets the bootstrap configuration for a given group.Methods in org.jclouds.chef with parameters of type BootstrapConfigModifier and TypeMethodDescriptionvoid
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 -
Uses of BootstrapConfig in org.jclouds.chef.functions
Methods in org.jclouds.chef.functions that return BootstrapConfig -
Uses of BootstrapConfig in org.jclouds.chef.internal
Methods in org.jclouds.chef.internal that return BootstrapConfigMethods in org.jclouds.chef.internal with parameters of type BootstrapConfigModifier and TypeMethodDescriptionvoid
BaseChefService.updateBootstrapConfigForGroup
(String group, BootstrapConfig bootstrapConfig)