public class DisconnectFromNetworkCmdImpl extends AbstrDockerCmd<DisconnectFromNetworkCmd,Void> implements DisconnectFromNetworkCmd
DisconnectFromNetworkCmd.Exec
execution
Constructor and Description |
---|
DisconnectFromNetworkCmdImpl(DockerCmdSyncExec<DisconnectFromNetworkCmd,Void> execution) |
Modifier and Type | Method and Description |
---|---|
String |
getContainerId() |
String |
getNetworkId() |
DisconnectFromNetworkCmd |
withContainerId(String containerId) |
DisconnectFromNetworkCmd |
withNetworkId(String networkId) |
close, exec, registryAuth, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
exec
public DisconnectFromNetworkCmdImpl(DockerCmdSyncExec<DisconnectFromNetworkCmd,Void> execution)
public String getNetworkId()
getNetworkId
in interface DisconnectFromNetworkCmd
public String getContainerId()
getContainerId
in interface DisconnectFromNetworkCmd
public DisconnectFromNetworkCmd withNetworkId(String networkId)
withNetworkId
in interface DisconnectFromNetworkCmd
public DisconnectFromNetworkCmd withContainerId(String containerId)
withContainerId
in interface DisconnectFromNetworkCmd
Copyright © 2016. All Rights Reserved.