Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
Network.Ipam |
CreateNetworkCmd.getIpam() |
Modifier and Type | Method and Description |
---|---|
CreateNetworkCmd |
CreateNetworkCmd.withIpam(Network.Ipam ipam)
Ipam config, such as subnet, gateway and ip range of the network
|
Modifier and Type | Method and Description |
---|---|
Network.Ipam |
Network.getIpam() |
Network.Ipam |
Network.Ipam.withConfig(List<Network.Ipam.Config> ipamConfigs) |
Network.Ipam |
Network.Ipam.withConfig(Network.Ipam.Config... ipamConfigs) |
Network.Ipam |
Network.Ipam.withDriver(String driver) |
Copyright © 2021. All rights reserved.