public interface RemoveSwarmNodeCmd extends SyncDockerCmd<Void>
RemoteApiVersion#VERSION_1_24
Modifier and Type | Interface and Description |
---|---|
static interface |
RemoveSwarmNodeCmd.Exec |
Modifier and Type | Method and Description |
---|---|
Void |
exec() |
String |
getSwarmNodeId() |
Boolean |
hasForceEnabled() |
RemoveSwarmNodeCmd |
withForce(Boolean force) |
RemoveSwarmNodeCmd |
withSwarmNodeId(String swarmNodeId) |
@CheckForNull String getSwarmNodeId()
@CheckForNull Boolean hasForceEnabled()
RemoveSwarmNodeCmd withSwarmNodeId(@Nonnull String swarmNodeId)
RemoveSwarmNodeCmd withForce(Boolean force)
Void exec() throws NotFoundException
exec
in interface SyncDockerCmd<Void>
NotFoundException
- No such swarmNodeCopyright © 2023. All rights reserved.