Package org.jclouds.chef.domain
Class BootstrapConfig
java.lang.Object
org.jclouds.chef.domain.BootstrapConfig
Configures how the nodes in a group will bootstrap.
- Since:
- 1.7
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
BootstrapConfig
(List<String> runList, String environment, JsonBall attributes, String sslCAFile, String sslCAPath, BootstrapConfig.SSLVerifyMode sslVerifyMode, Boolean verifyApiCert) -
Method Summary
-
Constructor Details
-
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 Details
-
builder
-
getRunList
-
getEnvironment
-
getAttributes
-
getSslCAFile
-
getSslCAPath
-
getSslVerifyMode
-
getVerifyApiCert
-