Uses of Interface
org.mandas.docker.client.messages.swarm.NetworkAttachmentConfig
-
Packages that use NetworkAttachmentConfig Package Description org.mandas.docker.client.messages.swarm -
-
Uses of NetworkAttachmentConfig in org.mandas.docker.client.messages.swarm
Methods in org.mandas.docker.client.messages.swarm that return NetworkAttachmentConfig Modifier and Type Method Description NetworkAttachmentConfigNetworkAttachmentConfig.Builder. build()Methods in org.mandas.docker.client.messages.swarm that return types with arguments of type NetworkAttachmentConfig Modifier and Type Method Description List<NetworkAttachmentConfig>ServiceSpec. networks()List<NetworkAttachmentConfig>TaskSpec. networks()Methods in org.mandas.docker.client.messages.swarm with parameters of type NetworkAttachmentConfig Modifier and Type Method Description ServiceSpec.BuilderServiceSpec.Builder. networks(NetworkAttachmentConfig... networks)TaskSpec.BuilderTaskSpec.Builder. networks(NetworkAttachmentConfig... networks)Method parameters in org.mandas.docker.client.messages.swarm with type arguments of type NetworkAttachmentConfig Modifier and Type Method Description ServiceSpec.BuilderServiceSpec.Builder. networks(Iterable<? extends NetworkAttachmentConfig> networks)TaskSpec.BuilderTaskSpec.Builder. networks(Iterable<? extends NetworkAttachmentConfig> networks)
-