public class Network extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Network.ContainerNetworkConfig |
static class |
Network.Ipam |
| Constructor and Description |
|---|
Network() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Network.ContainerNetworkConfig> |
getContainers() |
String |
getDriver() |
String |
getId() |
Network.Ipam |
getIpam() |
String |
getName() |
Map<String,String> |
getOptions() |
String |
getScope() |
String |
toString() |
public String getId()
public String getName()
public String getScope()
public String getDriver()
public Network.Ipam getIpam()
public Map<String,Network.ContainerNetworkConfig> getContainers()
Copyright © 2017. All Rights Reserved.