Uses of Interface
org.mandas.docker.client.messages.swarm.PortConfig
-
Packages that use PortConfig Package Description org.mandas.docker.client.messages.swarm -
-
Uses of PortConfig in org.mandas.docker.client.messages.swarm
Methods in org.mandas.docker.client.messages.swarm that return PortConfig Modifier and Type Method Description PortConfigPortConfig.Builder. build()Methods in org.mandas.docker.client.messages.swarm that return types with arguments of type PortConfig Modifier and Type Method Description List<PortConfig>Endpoint. exposedPorts()List<PortConfig>Endpoint. ports()List<PortConfig>EndpointSpec. ports()Methods in org.mandas.docker.client.messages.swarm with parameters of type PortConfig Modifier and Type Method Description default EndpointSpec.BuilderEndpointSpec.Builder. addPort(PortConfig portConfig)EndpointSpec.BuilderEndpointSpec.Builder. ports(PortConfig... ports)Method parameters in org.mandas.docker.client.messages.swarm with type arguments of type PortConfig Modifier and Type Method Description EndpointSpec.BuilderEndpointSpec.Builder. ports(Iterable<? extends PortConfig> ports)
-