Uses of Class
com.spotify.docker.client.messages.AttachedNetwork
Packages that use AttachedNetwork
-
Uses of AttachedNetwork in com.spotify.docker.client.messages
Subclasses of AttachedNetwork in com.spotify.docker.client.messagesFields in com.spotify.docker.client.messages with type parameters of type AttachedNetworkModifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableMap
<String, AttachedNetwork> AutoValue_NetworkSettings.Builder.networks
private final com.google.common.collect.ImmutableMap
<String, AttachedNetwork> AutoValue_NetworkSettings.networks
Methods in com.spotify.docker.client.messages that return AttachedNetworkModifier and TypeMethodDescription(package private) static AttachedNetwork
AttachedNetwork.create
(List<String> aliases, String networkId, String endpointId, String gateway, String ipAddress, Integer ipPrefixLen, String ipv6Gateway, String globalIPv6Address, Integer globalIPv6PrefixLen, String macAddress) Methods in com.spotify.docker.client.messages that return types with arguments of type AttachedNetworkModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap
<String, AttachedNetwork> AutoValue_NetworkSettings.networks()
abstract com.google.common.collect.ImmutableMap
<String, AttachedNetwork> NetworkSettings.networks()
Method parameters in com.spotify.docker.client.messages with type arguments of type AttachedNetworkModifier and TypeMethodDescription(package private) NetworkSettings.Builder
AutoValue_NetworkSettings.Builder.networks
(Map<String, AttachedNetwork> networks) (package private) abstract NetworkSettings.Builder
NetworkSettings.Builder.networks
(Map<String, AttachedNetwork> networks)