org.jclouds.chef.domain
Class BootstrapConfig
java.lang.Object
org.jclouds.chef.domain.BootstrapConfig
public class BootstrapConfig
- extends Object
Configures how the nodes in a group will bootstrap.
- Since:
- 1.7
|
Constructor Summary |
protected |
BootstrapConfig(List<String> runList,
com.google.common.base.Optional<String> environment,
com.google.common.base.Optional<org.jclouds.domain.JsonBall> attribtues)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BootstrapConfig
protected BootstrapConfig(List<String> runList,
com.google.common.base.Optional<String> environment,
com.google.common.base.Optional<org.jclouds.domain.JsonBall> attribtues)
builder
public static BootstrapConfig.Builder builder()
getRunList
public List<String> getRunList()
getEnvironment
public com.google.common.base.Optional<String> getEnvironment()
getAttribtues
public com.google.common.base.Optional<org.jclouds.domain.JsonBall> getAttribtues()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.