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,
JsonBall attributes,
String sslCAFile,
String sslCAPath,
BootstrapConfig.SSLVerifyMode sslVerifyMode,
Boolean verifyApiCert) |
Modifier and Type | Method and Description |
---|---|
static BootstrapConfig.Builder |
builder() |
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 JsonBall attributes, @Nullable String sslCAFile, @Nullable String sslCAPath, @Nullable BootstrapConfig.SSLVerifyMode sslVerifyMode, @Nullable Boolean verifyApiCert)
public static BootstrapConfig.Builder builder()
@Nullable public BootstrapConfig.SSLVerifyMode getSslVerifyMode()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.