Uses of Class
com.spotify.docker.client.messages.Container.PortMapping
-
Packages that use Container.PortMapping Package Description com.spotify.docker.client.messages -
-
Uses of Container.PortMapping in com.spotify.docker.client.messages
Subclasses of Container.PortMapping in com.spotify.docker.client.messages Modifier and Type Class Description (package private) classAutoValue_Container_PortMappingFields in com.spotify.docker.client.messages with type parameters of type Container.PortMapping Modifier and Type Field Description private com.google.common.collect.ImmutableList<Container.PortMapping>AutoValue_Container. portsMethods in com.spotify.docker.client.messages that return Container.PortMapping Modifier and Type Method Description (package private) static Container.PortMappingContainer.PortMapping. create(int privatePort, int publicPort, java.lang.String type, java.lang.String ip)Methods in com.spotify.docker.client.messages that return types with arguments of type Container.PortMapping Modifier and Type Method Description com.google.common.collect.ImmutableList<Container.PortMapping>AutoValue_Container. ports()abstract com.google.common.collect.ImmutableList<Container.PortMapping>Container. ports()
-