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 BootstrapConfig
ChefService. 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 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 Modifier and Type Method Description BootstrapConfig
BootstrapConfig.Builder. build()
-
Uses of BootstrapConfig in org.jclouds.chef.functions
Methods in org.jclouds.chef.functions that return BootstrapConfig Modifier and Type Method Description BootstrapConfig
BootstrapConfigForGroup. 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 BootstrapConfig
BaseChefService. getBootstrapConfigForGroup(String group)
Methods in org.jclouds.chef.internal with parameters of type BootstrapConfig Modifier and Type Method Description void
BaseChefService. updateBootstrapConfigForGroup(String group, BootstrapConfig bootstrapConfig)
-