Package | Description |
---|---|
com.github.dockerjava.api.model |
Modifier and Type | Method and Description |
---|---|
NetworkAttachmentConfig |
NetworkAttachmentConfig.withAliases(List<String> aliases) |
NetworkAttachmentConfig |
NetworkAttachmentConfig.withTarget(String target) |
Modifier and Type | Method and Description |
---|---|
List<NetworkAttachmentConfig> |
ServiceSpec.getNetworks() |
List<NetworkAttachmentConfig> |
TaskSpec.getNetworks() |
Modifier and Type | Method and Description |
---|---|
ServiceSpec |
ServiceSpec.withNetworks(List<NetworkAttachmentConfig> networks) |
TaskSpec |
TaskSpec.withNetworks(List<NetworkAttachmentConfig> networks) |
Copyright © 2021. All rights reserved.