Interface NetworkSettings.Builder
- Enclosing interface:
- NetworkSettings
public static interface NetworkSettings.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()endpointId(String endpointId) globalIPv6Address(String globalIPv6Address) globalIPv6PrefixLen(Integer globalIPv6PrefixLen) hairpinMode(Boolean hairpinMode) ipPrefixLen(Integer ipPrefixLen) ipv6Gateway(String ipv6Gateway) linkLocalIPv6Address(String linkLocalIPv6Address) linkLocalIPv6PrefixLen(Integer linkLocalIPv6PrefixLen) macAddress(String macAddress) networks(Map<String, ? extends AttachedNetwork> networks) nullValuedPorts(Map<String, ? extends List<PortBinding>> ports) sandboxKey(String sandboxKey)
-
Method Details
-
ipAddress
-
ipPrefixLen
-
gateway
-
bridge
-
portMapping
-
nullValuedPorts
-
macAddress
-
networks
-
endpointId
-
sandboxId
-
sandboxKey
-
hairpinMode
-
linkLocalIPv6Address
-
linkLocalIPv6PrefixLen
-
globalIPv6Address
-
globalIPv6PrefixLen
-
ipv6Gateway
-
build
NetworkSettings build()
-