Uses of Class
com.spotify.docker.client.messages.swarm.PortConfig
-
Packages that use PortConfig Package Description com.spotify.docker.client.messages.swarm -
-
Uses of PortConfig in com.spotify.docker.client.messages.swarm
Subclasses of PortConfig in com.spotify.docker.client.messages.swarm Modifier and Type Class Description (package private) class
AutoValue_PortConfig
Fields in com.spotify.docker.client.messages.swarm with type parameters of type PortConfig Modifier and Type Field Description private com.google.common.collect.ImmutableList<PortConfig>
AutoValue_Endpoint. exposedPorts
private com.google.common.collect.ImmutableList<PortConfig>
AutoValue_Endpoint. ports
private com.google.common.collect.ImmutableList<PortConfig>
AutoValue_EndpointSpec.Builder. ports
private com.google.common.collect.ImmutableList<PortConfig>
AutoValue_EndpointSpec. ports
private com.google.common.collect.ImmutableList.Builder<PortConfig>
AutoValue_EndpointSpec.Builder. portsBuilder$
Methods in com.spotify.docker.client.messages.swarm that return PortConfig Modifier and Type Method Description PortConfig
AutoValue_PortConfig.Builder. build()
abstract PortConfig
PortConfig.Builder. build()
(package private) static PortConfig
PortConfig. create(java.lang.String name, java.lang.String protocol, java.lang.Integer targetPort, java.lang.Integer publishedPort, PortConfig.PortConfigPublishMode publishMode)
Methods in com.spotify.docker.client.messages.swarm that return types with arguments of type PortConfig Modifier and Type Method Description com.google.common.collect.ImmutableList<PortConfig>
AutoValue_Endpoint. exposedPorts()
abstract com.google.common.collect.ImmutableList<PortConfig>
Endpoint. exposedPorts()
com.google.common.collect.ImmutableList<PortConfig>
AutoValue_Endpoint. ports()
com.google.common.collect.ImmutableList<PortConfig>
AutoValue_EndpointSpec. ports()
abstract com.google.common.collect.ImmutableList<PortConfig>
Endpoint. ports()
abstract com.google.common.collect.ImmutableList<PortConfig>
EndpointSpec. ports()
(package private) com.google.common.collect.ImmutableList.Builder<PortConfig>
AutoValue_EndpointSpec.Builder. portsBuilder()
(package private) abstract com.google.common.collect.ImmutableList.Builder<PortConfig>
EndpointSpec.Builder. portsBuilder()
Methods in com.spotify.docker.client.messages.swarm with parameters of type PortConfig Modifier and Type Method Description EndpointSpec.Builder
EndpointSpec.Builder. addPort(PortConfig portConfig)
EndpointSpec.Builder
AutoValue_EndpointSpec.Builder. ports(PortConfig... ports)
abstract EndpointSpec.Builder
EndpointSpec.Builder. ports(PortConfig... ports)
EndpointSpec.Builder
EndpointSpec.Builder. withPorts(PortConfig... ports)
Deprecated.As of release 7.0.0, replaced byEndpointSpec.Builder.ports(PortConfig...)
.Method parameters in com.spotify.docker.client.messages.swarm with type arguments of type PortConfig Modifier and Type Method Description (package private) static Endpoint
Endpoint. create(EndpointSpec spec, java.util.List<PortConfig> exposedPorts, java.util.List<PortConfig> ports, java.util.List<EndpointVirtualIp> virtualIps)
(package private) static EndpointSpec
EndpointSpec. create(EndpointSpec.Mode mode, java.util.List<PortConfig> ports)
EndpointSpec.Builder
AutoValue_EndpointSpec.Builder. ports(java.util.List<PortConfig> ports)
abstract EndpointSpec.Builder
EndpointSpec.Builder. ports(java.util.List<PortConfig> ports)
EndpointSpec.Builder
EndpointSpec.Builder. withPorts(java.util.List<PortConfig> ports)
Deprecated.As of release 7.0.0, replaced byEndpointSpec.Builder.ports(List)
.Constructor parameters in com.spotify.docker.client.messages.swarm with type arguments of type PortConfig Constructor Description AutoValue_Endpoint(EndpointSpec spec, com.google.common.collect.ImmutableList<PortConfig> exposedPorts, com.google.common.collect.ImmutableList<PortConfig> ports, com.google.common.collect.ImmutableList<EndpointVirtualIp> virtualIps)
AutoValue_EndpointSpec(EndpointSpec.Mode mode, com.google.common.collect.ImmutableList<PortConfig> ports)
-