Uses of Class
com.spotify.docker.client.messages.AttachedNetwork
-
Packages that use AttachedNetwork Package Description com.spotify.docker.client.messages -
-
Uses of AttachedNetwork in com.spotify.docker.client.messages
Subclasses of AttachedNetwork in com.spotify.docker.client.messages Modifier and Type Class Description (package private) classAutoValue_AttachedNetworkFields in com.spotify.docker.client.messages with type parameters of type AttachedNetwork Modifier and Type Field Description private com.google.common.collect.ImmutableMap<java.lang.String,AttachedNetwork>AutoValue_NetworkSettings.Builder. networksprivate com.google.common.collect.ImmutableMap<java.lang.String,AttachedNetwork>AutoValue_NetworkSettings. networksMethods in com.spotify.docker.client.messages that return AttachedNetwork Modifier and Type Method Description (package private) static AttachedNetworkAttachedNetwork. create(java.util.List<java.lang.String> aliases, java.lang.String networkId, java.lang.String endpointId, java.lang.String gateway, java.lang.String ipAddress, java.lang.Integer ipPrefixLen, java.lang.String ipv6Gateway, java.lang.String globalIPv6Address, java.lang.Integer globalIPv6PrefixLen, java.lang.String macAddress)Methods in com.spotify.docker.client.messages that return types with arguments of type AttachedNetwork Modifier and Type Method Description com.google.common.collect.ImmutableMap<java.lang.String,AttachedNetwork>AutoValue_NetworkSettings. networks()abstract com.google.common.collect.ImmutableMap<java.lang.String,AttachedNetwork>NetworkSettings. networks()Method parameters in com.spotify.docker.client.messages with type arguments of type AttachedNetwork Modifier and Type Method Description (package private) NetworkSettings.BuilderAutoValue_NetworkSettings.Builder. networks(java.util.Map<java.lang.String,AttachedNetwork> networks)(package private) abstract NetworkSettings.BuilderNetworkSettings.Builder. networks(java.util.Map<java.lang.String,AttachedNetwork> networks)
-