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