public class NetworkSettings extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NetworkSettings.Network |
Constructor and Description |
---|
NetworkSettings() |
Modifier and Type | Method and Description |
---|---|
String |
getBridge() |
String |
getEndpointID() |
String |
getGateway()
Deprecated.
|
String |
getGlobalIPv6Address() |
Integer |
getGlobalIPv6PrefixLen() |
Boolean |
getHairpinMode() |
String |
getIpAddress()
Deprecated.
|
Integer |
getIpPrefixLen()
Deprecated.
|
String |
getIpV6Gateway() |
String |
getLinkLocalIPv6Address() |
Integer |
getLinkLocalIPv6PrefixLen() |
String |
getMacAddress()
Deprecated.
|
Map<String,NetworkSettings.Network> |
getNetworks() |
Map<String,Map<String,String>> |
getPortMapping()
Deprecated.
|
Ports |
getPorts() |
String |
getSandboxId() |
String |
getSandboxKey() |
Object |
getSecondaryIPAddresses() |
Object |
getSecondaryIPv6Addresses() |
String |
toString() |
public String getIpAddress()
RemoteApiVersion.VERSION_1_21
public Integer getIpPrefixLen()
RemoteApiVersion.VERSION_1_21
public String getGateway()
RemoteApiVersion.VERSION_1_21
public String getBridge()
public Map<String,Map<String,String>> getPortMapping()
RemoteApiVersion.VERSION_1_21
public String getMacAddress()
RemoteApiVersion.VERSION_1_21
public Ports getPorts()
public String getEndpointID()
public String getIpV6Gateway()
public Map<String,NetworkSettings.Network> getNetworks()
public String getSandboxId()
public String getSandboxKey()
public Object getSecondaryIPAddresses()
public Object getSecondaryIPv6Addresses()
public Boolean getHairpinMode()
public String getLinkLocalIPv6Address()
public Integer getLinkLocalIPv6PrefixLen()
public String getGlobalIPv6Address()
public Integer getGlobalIPv6PrefixLen()
Copyright © 2016. All Rights Reserved.