Uses of Class
org.jclouds.chef.domain.BootstrapConfig.SSLVerifyMode
-
Packages that use BootstrapConfig.SSLVerifyMode Package Description org.jclouds.chef.domain -
-
Uses of BootstrapConfig.SSLVerifyMode in org.jclouds.chef.domain
Methods in org.jclouds.chef.domain that return BootstrapConfig.SSLVerifyMode Modifier and Type Method Description static BootstrapConfig.SSLVerifyMode
BootstrapConfig.SSLVerifyMode. fromValue(String value)
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.Methods in org.jclouds.chef.domain with parameters of type BootstrapConfig.SSLVerifyMode Modifier and Type Method Description BootstrapConfig.Builder
BootstrapConfig.Builder. sslVerifyMode(BootstrapConfig.SSLVerifyMode sslVerifyMode)
The verify mode for HTTPS requests.Constructors in org.jclouds.chef.domain with parameters of type BootstrapConfig.SSLVerifyMode Constructor Description BootstrapConfig(List<String> runList, String environment, JsonBall attributes, String sslCAFile, String sslCAPath, BootstrapConfig.SSLVerifyMode sslVerifyMode, Boolean verifyApiCert)
-