Uses of Class
com.spotify.docker.client.messages.swarm.Network
Packages that use Network
-
Uses of Network in com.spotify.docker.client.messages.swarm
Subclasses of Network in com.spotify.docker.client.messages.swarmFields in com.spotify.docker.client.messages.swarm declared as NetworkMethods in com.spotify.docker.client.messages.swarm that return NetworkModifier and TypeMethodDescription(package private) static Network
Network.create
(String id, Version version, Date createdAt, Date updatedAt, NetworkSpec spec, Driver driverState, IpamOptions ipamOptions) AutoValue_NetworkAttachment.network()
abstract Network
NetworkAttachment.network()
Methods in com.spotify.docker.client.messages.swarm with parameters of type NetworkConstructors in com.spotify.docker.client.messages.swarm with parameters of type NetworkModifierConstructorDescription(package private)
AutoValue_NetworkAttachment
(Network network, com.google.common.collect.ImmutableList<String> addresses)