Uses of Class
com.spotify.docker.client.messages.Network.Container
Packages that use Network.Container
-
Uses of Network.Container in com.spotify.docker.client.messages
Subclasses of Network.Container in com.spotify.docker.client.messagesFields in com.spotify.docker.client.messages with type parameters of type Network.ContainerModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableMap
<String, Network.Container> AutoValue_Network.containers
Methods in com.spotify.docker.client.messages that return Network.ContainerModifier and TypeMethodDescription(package private) static Network.Container
Network.Container.create
(String name, String endpointId, String macAddress, String ipv4Address, String ipv6Address) Methods in com.spotify.docker.client.messages that return types with arguments of type Network.ContainerModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap
<String, Network.Container> AutoValue_Network.containers()
abstract com.google.common.collect.ImmutableMap
<String, Network.Container> Network.containers()
Method parameters in com.spotify.docker.client.messages with type arguments of type Network.ContainerModifier and TypeMethodDescription(package private) static Network
Network.create
(String name, String id, String scope, String driver, Ipam ipam, Map<String, Network.Container> containers, Map<String, String> options, Boolean internal, Boolean enableIPv6, Map<String, String> labels, Boolean attachable) Constructor parameters in com.spotify.docker.client.messages with type arguments of type Network.ContainerModifierConstructorDescription(package private)
AutoValue_Network
(String name, String id, String scope, String driver, Ipam ipam, com.google.common.collect.ImmutableMap<String, Network.Container> containers, com.google.common.collect.ImmutableMap<String, String> options, Boolean internal, Boolean enableIPv6, com.google.common.collect.ImmutableMap<String, String> labels, Boolean attachable)