public abstract class NetworkSettings extends Object
| Constructor and Description |
|---|
NetworkSettings() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
bridge() |
abstract String |
endpointId() |
abstract String |
gateway() |
abstract String |
globalIPv6Address() |
abstract Integer |
globalIPv6PrefixLen() |
abstract Boolean |
hairpinMode() |
abstract String |
ipAddress() |
abstract Integer |
ipPrefixLen() |
abstract String |
ipv6Gateway() |
abstract String |
linkLocalIPv6Address() |
abstract Integer |
linkLocalIPv6PrefixLen() |
abstract String |
macAddress() |
abstract com.google.common.collect.ImmutableMap<String,AttachedNetwork> |
networks() |
abstract com.google.common.collect.ImmutableMap<String,Map<String,String>> |
portMapping() |
abstract com.google.common.collect.ImmutableMap<String,List<PortBinding>> |
ports() |
abstract String |
sandboxId() |
abstract String |
sandboxKey() |
@Nullable public abstract com.google.common.collect.ImmutableMap<String,Map<String,String>> portMapping()
@Nullable public abstract com.google.common.collect.ImmutableMap<String,List<PortBinding>> ports()
@Nullable public abstract com.google.common.collect.ImmutableMap<String,AttachedNetwork> networks()
Copyright © 2019. All rights reserved.