public class BootstrapConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BootstrapConfig.Builder |
static class |
BootstrapConfig.SSLVerifyMode |
| Modifier | Constructor and Description |
|---|---|
protected |
BootstrapConfig(List<String> runList,
String environment,
org.jclouds.domain.JsonBall attributes,
String sslCAFile,
String sslCAPath,
BootstrapConfig.SSLVerifyMode sslVerifyMode,
Boolean verifyApiCert) |
| Modifier and Type | Method and Description |
|---|---|
static BootstrapConfig.Builder |
builder() |
org.jclouds.domain.JsonBall |
getAttributes() |
String |
getEnvironment() |
List<String> |
getRunList() |
String |
getSslCAFile() |
String |
getSslCAPath() |
BootstrapConfig.SSLVerifyMode |
getSslVerifyMode() |
Boolean |
getVerifyApiCert() |
@ConstructorProperties(value={"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 org.jclouds.domain.JsonBall attributes, @Nullable String sslCAFile, @Nullable String sslCAPath, @Nullable BootstrapConfig.SSLVerifyMode sslVerifyMode, @Nullable Boolean verifyApiCert)
public static BootstrapConfig.Builder builder()
@Nullable public String getEnvironment()
@Nullable public org.jclouds.domain.JsonBall getAttributes()
@Nullable public String getSslCAFile()
@Nullable public String getSslCAPath()
@Nullable public BootstrapConfig.SSLVerifyMode getSslVerifyMode()
@Nullable public Boolean getVerifyApiCert()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.