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