public class EnvironmentDriverModuleConfigBase
extends org.jboss.pnc.common.json.AbstractModuleConfig
| Modifier and Type | Field and Description |
|---|---|
protected List<HttpDestinationConfig> |
allowedHttpOutgoingDestinations
List of Http destinations; The Http Destination needs to specify the url, port (optional), and the
allowed Http method to allow.
|
protected boolean |
disabled |
protected String |
firewallAllowedDestinations
List of allowed destinations by firewall in Docker container.
|
protected String |
imageId
Deprecated.
|
protected String |
nonProxyHosts
List of hosts that are not proxied.
|
protected String |
proxyPort
Persistent http proxy port
|
protected String |
proxyServer
Persistent http proxy hostname
|
| Constructor and Description |
|---|
EnvironmentDriverModuleConfigBase(String imageId,
String firewallAllowedDestinations,
List<HttpDestinationConfig> allowedHttpOutgoingDestinations,
String proxyServer,
String proxyPort,
String nonProxyHosts,
String workingDirectory,
boolean disabled) |
| Modifier and Type | Method and Description |
|---|---|
List<HttpDestinationConfig> |
getAllowedHttpOutgoingDestinations() |
String |
getFirewallAllowedDestinations() |
String |
getImageId() |
String |
getNonProxyHosts() |
String |
getProxyPort() |
String |
getProxyServer() |
String |
getWorkingDirectory() |
boolean |
isDisabled() |
@Deprecated protected String imageId
protected String firewallAllowedDestinations
protected List<HttpDestinationConfig> allowedHttpOutgoingDestinations
protected String proxyServer
protected String proxyPort
protected String nonProxyHosts
protected boolean disabled
public String getImageId()
public String getProxyServer()
public String getProxyPort()
public String getNonProxyHosts()
public String getFirewallAllowedDestinations()
public List<HttpDestinationConfig> getAllowedHttpOutgoingDestinations()
public String getWorkingDirectory()
public boolean isDisabled()
Copyright © 2014–2018 JBoss by Red Hat. All rights reserved.