| Package | Description |
|---|---|
| org.jclouds.docker.domain | |
| org.jclouds.docker.features |
| Modifier and Type | Method and Description |
|---|---|
Network |
Network.Builder.build() |
static Network |
Network.create(String name,
String id,
String scope,
String driver,
Network.IPAM ipam,
Map<String,Network.Details> containers,
Map<String,String> options) |
| Modifier and Type | Method and Description |
|---|---|
Network |
NetworkApi.createNetwork(Network network) |
Network |
NetworkApi.inspectNetwork(String networkIdOrName)
Return low-level information on the network id
|
| Modifier and Type | Method and Description |
|---|---|
List<Network> |
NetworkApi.listNetworks() |
| Modifier and Type | Method and Description |
|---|---|
Network |
NetworkApi.createNetwork(Network network) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.