public interface ConnectToNetworkCmd extends SyncDockerCmd<Void>
Modifier and Type | Interface and Description |
---|---|
static interface |
ConnectToNetworkCmd.Exec |
Modifier and Type | Method and Description |
---|---|
ContainerNetwork |
getContainerConfig() |
String |
getContainerId() |
String |
getNetworkId() |
ConnectToNetworkCmd |
withContainerId(String containerId) |
ConnectToNetworkCmd |
withContainerNetwork(ContainerNetwork endpointConfig) |
ConnectToNetworkCmd |
withNetworkId(String networkId) |
exec
@CheckForNull String getNetworkId()
@CheckForNull String getContainerId()
@CheckForNull ContainerNetwork getContainerConfig()
ConnectToNetworkCmd withNetworkId(@Nonnull String networkId)
ConnectToNetworkCmd withContainerId(@Nonnull String containerId)
ConnectToNetworkCmd withContainerNetwork(@Nonnull ContainerNetwork endpointConfig)
Copyright © 2017. All Rights Reserved.