Uses of Class
com.spotify.docker.client.messages.swarm.PortConfig
Packages that use PortConfig
-
Uses of PortConfig in com.spotify.docker.client.messages.swarm
Subclasses of PortConfig in com.spotify.docker.client.messages.swarmFields in com.spotify.docker.client.messages.swarm with type parameters of type PortConfigModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList
<PortConfig> AutoValue_Endpoint.exposedPorts
private final com.google.common.collect.ImmutableList
<PortConfig> AutoValue_Endpoint.ports
private com.google.common.collect.ImmutableList
<PortConfig> AutoValue_EndpointSpec.Builder.ports
private final 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 PortConfigModifier and TypeMethodDescriptionAutoValue_PortConfig.Builder.build()
abstract PortConfig
PortConfig.Builder.build()
(package private) static PortConfig
PortConfig.create
(String name, String protocol, Integer targetPort, Integer publishedPort, PortConfig.PortConfigPublishMode publishMode) Methods in com.spotify.docker.client.messages.swarm that return types with arguments of type PortConfigModifier and TypeMethodDescriptioncom.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 PortConfigModifier and TypeMethodDescriptionEndpointSpec.Builder.addPort
(PortConfig portConfig) AutoValue_EndpointSpec.Builder.ports
(PortConfig... ports) abstract EndpointSpec.Builder
EndpointSpec.Builder.ports
(PortConfig... ports) EndpointSpec.Builder.withPorts
(PortConfig... ports) Deprecated.Method parameters in com.spotify.docker.client.messages.swarm with type arguments of type PortConfigModifier and TypeMethodDescription(package private) static Endpoint
Endpoint.create
(EndpointSpec spec, List<PortConfig> exposedPorts, List<PortConfig> ports, List<EndpointVirtualIp> virtualIps) (package private) static EndpointSpec
EndpointSpec.create
(EndpointSpec.Mode mode, List<PortConfig> ports) AutoValue_EndpointSpec.Builder.ports
(List<PortConfig> ports) abstract EndpointSpec.Builder
EndpointSpec.Builder.ports
(List<PortConfig> ports) EndpointSpec.Builder.withPorts
(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 PortConfigModifierConstructorDescription(package private)
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) private
AutoValue_EndpointSpec
(EndpointSpec.Mode mode, com.google.common.collect.ImmutableList<PortConfig> ports)
EndpointSpec.Builder.ports(PortConfig...)
.