@ConfigurationProperties(value="spring.cloud.config.server.vault") public class VaultEnvironmentProperties extends Object implements HttpEnvironmentRepositoryProperties
| Constructor and Description |
|---|
VaultEnvironmentProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBackend() |
String |
getDefaultKey() |
String |
getHost() |
int |
getKvVersion() |
String |
getNamespace() |
int |
getOrder() |
Integer |
getPort() |
String |
getProfileSeparator() |
Map<ProxyHostProperties.ProxyForScheme,ProxyHostProperties> |
getProxy() |
String |
getScheme() |
int |
getTimeout() |
boolean |
isSkipSslValidation() |
void |
setBackend(String backend) |
void |
setDefaultKey(String defaultKey) |
void |
setHost(String host) |
void |
setKvVersion(int kvVersion) |
void |
setNamespace(String namespace) |
void |
setOrder(int order) |
void |
setPort(Integer port) |
void |
setProfileSeparator(String profileSeparator) |
void |
setProxy(Map<ProxyHostProperties.ProxyForScheme,ProxyHostProperties> proxy) |
void |
setScheme(String scheme) |
void |
setSkipSslValidation(boolean skipSslValidation) |
void |
setTimeout(int timeout) |
public String getHost()
public void setHost(String host)
public Integer getPort()
public void setPort(Integer port)
public String getScheme()
public void setScheme(String scheme)
public String getBackend()
public void setBackend(String backend)
public String getDefaultKey()
public void setDefaultKey(String defaultKey)
public String getProfileSeparator()
public void setProfileSeparator(String profileSeparator)
public boolean isSkipSslValidation()
isSkipSslValidation in interface HttpEnvironmentRepositoryPropertiespublic void setSkipSslValidation(boolean skipSslValidation)
public Map<ProxyHostProperties.ProxyForScheme,ProxyHostProperties> getProxy()
getProxy in interface HttpEnvironmentRepositoryPropertiespublic void setProxy(Map<ProxyHostProperties.ProxyForScheme,ProxyHostProperties> proxy)
public int getOrder()
public void setOrder(int order)
setOrder in interface EnvironmentRepositoryPropertiespublic int getTimeout()
getTimeout in interface HttpEnvironmentRepositoryPropertiespublic void setTimeout(int timeout)
public int getKvVersion()
public void setKvVersion(int kvVersion)
public String getNamespace()
public void setNamespace(String namespace)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.