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