Uses of Class
com.spotify.docker.client.messages.swarm.Network
-
Packages that use Network Package Description com.spotify.docker.client.messages.swarm -
-
Uses of Network in com.spotify.docker.client.messages.swarm
Subclasses of Network in com.spotify.docker.client.messages.swarm Modifier and Type Class Description (package private) class
AutoValue_Network
Fields in com.spotify.docker.client.messages.swarm declared as Network Modifier and Type Field Description private Network
AutoValue_NetworkAttachment. network
Methods in com.spotify.docker.client.messages.swarm that return Network Modifier and Type Method Description (package private) static Network
Network. create(java.lang.String id, Version version, java.util.Date createdAt, java.util.Date updatedAt, NetworkSpec spec, Driver driverState, IpamOptions ipamOptions)
Network
AutoValue_NetworkAttachment. network()
abstract Network
NetworkAttachment. network()
Methods in com.spotify.docker.client.messages.swarm with parameters of type Network Modifier and Type Method Description (package private) static NetworkAttachment
NetworkAttachment. create(Network network, java.util.List<java.lang.String> addresses)
Constructors in com.spotify.docker.client.messages.swarm with parameters of type Network Constructor Description AutoValue_NetworkAttachment(Network network, com.google.common.collect.ImmutableList<java.lang.String> addresses)
-