public class ContainerNetwork extends Object implements Serializable
https://github.com/docker/engine-api/blob/release/1.10/types/network/network.go
Docker named it EndpointSettingsContainerNetworkSettings,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
ContainerNetwork.Ipam
Docker named it EndpointIPAMConfig
|
| Constructor and Description |
|---|
ContainerNetwork() |
@CheckForNull public List<String> getAliases()
aliasespublic ContainerNetwork withAliases(List<String> aliases)
aliasespublic ContainerNetwork withAliases(String... aliases)
aliases@CheckForNull public String getEndpointId()
endpointIdpublic ContainerNetwork withEndpointId(String endpointId)
endpointId@CheckForNull public String getGateway()
gatewaypublic ContainerNetwork withGateway(String gateway)
gateway@CheckForNull public String getGlobalIPv6Address()
globalIPv6Addresspublic ContainerNetwork withGlobalIPv6Address(String globalIPv6Address)
globalIPv6Address@CheckForNull public Integer getGlobalIPv6PrefixLen()
globalIPv6PrefixLenpublic ContainerNetwork withGlobalIPv6PrefixLen(Integer globalIPv6PrefixLen)
globalIPv6PrefixLen@CheckForNull public String getIpAddress()
ipAddresspublic ContainerNetwork withIpv4Address(String ipAddress)
ipAddress@CheckForNull public ContainerNetwork.Ipam getIpamConfig()
ipamConfigpublic ContainerNetwork withIpamConfig(ContainerNetwork.Ipam ipamConfig)
ipamConfig@CheckForNull public Integer getIpPrefixLen()
ipPrefixLenpublic ContainerNetwork withIpPrefixLen(Integer ipPrefixLen)
ipPrefixLen@CheckForNull public String getIpV6Gateway()
ipV6Gatewaypublic ContainerNetwork withIpV6Gateway(String ipV6Gateway)
ipV6Gateway@CheckForNull public Link[] getLinks()
linkspublic ContainerNetwork withLinks(List<Link> links)
linkspublic ContainerNetwork withLinks(Link... links)
links@CheckForNull public String getMacAddress()
macAddresspublic ContainerNetwork withMacAddress(String macAddress)
macAddress@CheckForNull public String getNetworkID()
networkIDpublic ContainerNetwork withNetworkID(String networkID)
networkIDCopyright © 2017. All Rights Reserved.