Class NetworkSettings
java.lang.Object
org.apache.logging.log4j.docker.model.NetworkSettings
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintgetPorts()booleanvoidvoidsetEndpointId(String endpointId) voidsetGateway(String gateway) voidsetGlobalIPv6Address(String globalIPv6Address) voidsetGlobalIPv6PrefixLen(int globalIPv6PrefixLen) voidsetHairpinMode(boolean hairpinMode) voidsetIpAddress(String ipAddress) voidsetIpPrefixLen(int ipPrefixLen) voidsetIpv6Gateway(String ipv6Gateway) voidsetLinkLocalIPv6Address(String linkLocalIPv6Address) voidsetLinkLocalIPv6PrefixLen(int linkLocalIPv6PrefixLen) voidsetMacAddress(String macAddress) voidsetNetworks(Map<String, Network> networks) voidvoidsetSandboxId(String sandboxId) voidsetSandboxKey(String sandboxKey) voidsetSecondaryIPaddresses(String secondaryIPaddresses)
-
Field Details
-
networks
-
bridge
-
sandboxId
-
hairpinMode
private boolean hairpinMode -
linkLocalIPv6Address
-
linkLocalIPv6PrefixLen
private int linkLocalIPv6PrefixLen -
ports
-
sandboxKey
-
secondaryIPaddresses
-
endpointId
-
gateway
-
globalIPv6Address
-
globalIPv6PrefixLen
private int globalIPv6PrefixLen -
ipAddress
-
ipPrefixLen
private int ipPrefixLen -
ipv6Gateway
-
macAddress
-
-
Constructor Details
-
NetworkSettings
public NetworkSettings()
-
-
Method Details
-
getNetworks
-
setNetworks
-
getBridge
-
setBridge
-
getSandboxId
-
setSandboxId
-
isHairpinMode
public boolean isHairpinMode() -
setHairpinMode
public void setHairpinMode(boolean hairpinMode) -
getLinkLocalIPv6Address
-
setLinkLocalIPv6Address
-
getLinkLocalIPv6PrefixLen
public int getLinkLocalIPv6PrefixLen() -
setLinkLocalIPv6PrefixLen
public void setLinkLocalIPv6PrefixLen(int linkLocalIPv6PrefixLen) -
getPorts
-
setPorts
-
getSandboxKey
-
setSandboxKey
-
getSecondaryIPaddresses
-
setSecondaryIPaddresses
-
getEndpointId
-
setEndpointId
-
getGateway
-
setGateway
-
getGlobalIPv6Address
-
setGlobalIPv6Address
-
getGlobalIPv6PrefixLen
public int getGlobalIPv6PrefixLen() -
setGlobalIPv6PrefixLen
public void setGlobalIPv6PrefixLen(int globalIPv6PrefixLen) -
getIpAddress
-
setIpAddress
-
getIpPrefixLen
public int getIpPrefixLen() -
setIpPrefixLen
public void setIpPrefixLen(int ipPrefixLen) -
getIpv6Gateway
-
setIpv6Gateway
-
getMacAddress
-
setMacAddress
-