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) classAutoValue_PortConfigFields 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. exposedPortsprivate com.google.common.collect.ImmutableList<PortConfig>AutoValue_Endpoint. portsprivate com.google.common.collect.ImmutableList<PortConfig>AutoValue_EndpointSpec.Builder. portsprivate com.google.common.collect.ImmutableList<PortConfig>AutoValue_EndpointSpec. portsprivate 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 PortConfigAutoValue_PortConfig.Builder. build()abstract PortConfigPortConfig.Builder. build()(package private) static PortConfigPortConfig. 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.BuilderEndpointSpec.Builder. addPort(PortConfig portConfig)EndpointSpec.BuilderAutoValue_EndpointSpec.Builder. ports(PortConfig... ports)abstract EndpointSpec.BuilderEndpointSpec.Builder. ports(PortConfig... ports)EndpointSpec.BuilderEndpointSpec.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 EndpointEndpoint. create(EndpointSpec spec, java.util.List<PortConfig> exposedPorts, java.util.List<PortConfig> ports, java.util.List<EndpointVirtualIp> virtualIps)(package private) static EndpointSpecEndpointSpec. create(EndpointSpec.Mode mode, java.util.List<PortConfig> ports)EndpointSpec.BuilderAutoValue_EndpointSpec.Builder. ports(java.util.List<PortConfig> ports)abstract EndpointSpec.BuilderEndpointSpec.Builder. ports(java.util.List<PortConfig> ports)EndpointSpec.BuilderEndpointSpec.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)
-