Uses of Enum Class
org.jclouds.chef.domain.BootstrapConfig.SSLVerifyMode
Packages that use BootstrapConfig.SSLVerifyMode
-
Uses of BootstrapConfig.SSLVerifyMode in org.jclouds.chef.domain
Methods in org.jclouds.chef.domain that return BootstrapConfig.SSLVerifyModeModifier and TypeMethodDescriptionBootstrapConfig.getSslVerifyMode()
Returns the enum constant of this class with the specified name.static BootstrapConfig.SSLVerifyMode[]
BootstrapConfig.SSLVerifyMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.chef.domain with parameters of type BootstrapConfig.SSLVerifyModeModifier and TypeMethodDescriptionBootstrapConfig.Builder.sslVerifyMode
(BootstrapConfig.SSLVerifyMode sslVerifyMode) The verify mode for HTTPS requests.Constructors in org.jclouds.chef.domain with parameters of type BootstrapConfig.SSLVerifyModeModifierConstructorDescriptionprotected
BootstrapConfig
(List<String> runList, String environment, JsonBall attributes, String sslCAFile, String sslCAPath, BootstrapConfig.SSLVerifyMode sslVerifyMode, Boolean verifyApiCert)