org.jclouds.chef.domain
Class BootstrapConfig

java.lang.Object
  extended by org.jclouds.chef.domain.BootstrapConfig

public class BootstrapConfig
extends Object

Configures how the nodes in a group will bootstrap.

Since:
1.7

Nested Class Summary
static class BootstrapConfig.Builder
           
 
Constructor Summary
protected BootstrapConfig(List<String> runList, com.google.common.base.Optional<String> environment, com.google.common.base.Optional<org.jclouds.domain.JsonBall> attribtues)
           
 
Method Summary
static BootstrapConfig.Builder builder()
           
 com.google.common.base.Optional<org.jclouds.domain.JsonBall> getAttribtues()
           
 com.google.common.base.Optional<String> getEnvironment()
           
 List<String> getRunList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapConfig

protected BootstrapConfig(List<String> runList,
                          com.google.common.base.Optional<String> environment,
                          com.google.common.base.Optional<org.jclouds.domain.JsonBall> attribtues)
Method Detail

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.