Package 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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BootstrapConfig.Builder
static class
BootstrapConfig.SSLVerifyMode
-
Constructor Summary
Constructors Modifier Constructor Description protected
BootstrapConfig(List<String> runList, String environment, JsonBall attributes, String sslCAFile, String sslCAPath, BootstrapConfig.SSLVerifyMode sslVerifyMode, Boolean verifyApiCert)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BootstrapConfig.Builder
builder()
JsonBall
getAttributes()
String
getEnvironment()
List<String>
getRunList()
String
getSslCAFile()
String
getSslCAPath()
BootstrapConfig.SSLVerifyMode
getSslVerifyMode()
Boolean
getVerifyApiCert()
-
-
-
Constructor Detail
-
BootstrapConfig
@ConstructorProperties({"run_list","environment","attributes","ssl_ca_file","ssl_ca_path","ssl_verify_mode","verify_api_cert"}) protected BootstrapConfig(List<String> runList, @Nullable String environment, @Nullable JsonBall attributes, @Nullable String sslCAFile, @Nullable String sslCAPath, @Nullable BootstrapConfig.SSLVerifyMode sslVerifyMode, @Nullable Boolean verifyApiCert)
-
-
Method Detail
-
builder
public static BootstrapConfig.Builder builder()
-
getSslVerifyMode
@Nullable public BootstrapConfig.SSLVerifyMode getSslVerifyMode()
-
-