public interface ListNetworksCmd extends SyncDockerCmd<List<Network>>
RemoteApiVersion#VERSION_1_21| Modifier and Type | Interface and Description |
|---|---|
static interface |
ListNetworksCmd.Exec |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<String>> |
getFilters() |
ListNetworksCmd |
withFilter(String filterName,
Collection<String> filterValues) |
ListNetworksCmd |
withIdFilter(String... networkId) |
ListNetworksCmd |
withNameFilter(String... networkName) |
exec@CheckForNull Map<String,List<String>> getFilters()
ListNetworksCmd withNameFilter(String... networkName)
ListNetworksCmd withIdFilter(String... networkId)
ListNetworksCmd withFilter(String filterName, Collection<String> filterValues)
filterName - filterValues - - Show only networks where the filter matches the given valuesCopyright © 2025. All rights reserved.