Uses of Class
org.jclouds.docker.domain.Port
-
Packages that use Port Package Description org.jclouds.docker.domain -
-
Uses of Port in org.jclouds.docker.domain
Methods in org.jclouds.docker.domain that return Port Modifier and Type Method Description static Port
Port. create(String ip, int privatePort, Integer publicPort, String type)
Methods in org.jclouds.docker.domain that return types with arguments of type Port Modifier and Type Method Description abstract List<Port>
Container. ports()
abstract List<Port>
ContainerSummary. ports()
Method parameters in org.jclouds.docker.domain with type arguments of type Port Modifier and Type Method Description Container.Builder
Container.Builder. ports(List<Port> ports)
-