Package | Description |
---|---|
org.jclouds.chef.domain |
Modifier and Type | Method and Description |
---|---|
BootstrapConfig.SSLVerifyMode |
BootstrapConfig.getSslVerifyMode() |
static BootstrapConfig.SSLVerifyMode |
BootstrapConfig.SSLVerifyMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BootstrapConfig.SSLVerifyMode[] |
BootstrapConfig.SSLVerifyMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
BootstrapConfig.Builder |
BootstrapConfig.Builder.sslVerifyMode(BootstrapConfig.SSLVerifyMode sslVerifyMode)
The verify mode for HTTPS requests.
|
Constructor and Description |
---|
BootstrapConfig(List<String> runList,
String environment,
JsonBall attributes,
String sslCAFile,
String sslCAPath,
BootstrapConfig.SSLVerifyMode sslVerifyMode,
Boolean verifyApiCert) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.