public interface InspectNetworkCmd extends SyncDockerCmd<Network>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InspectNetworkCmd.Exec |
| Modifier and Type | Method and Description |
|---|---|
Network |
exec() |
String |
getNetworkId() |
InspectNetworkCmd |
withNetworkId(String networkId) |
@CheckForNull String getNetworkId()
InspectNetworkCmd withNetworkId(@Nonnull String networkId)
Network exec() throws NotFoundException
exec in interface SyncDockerCmd<Network>NotFoundException - No such networkCopyright © 2017. All Rights Reserved.