Class Endpoint
java.lang.Object
com.spotify.docker.client.messages.swarm.Endpoint
- Direct Known Subclasses:
AutoValue_Endpoint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static Endpoint
create
(EndpointSpec spec, List<PortConfig> exposedPorts, List<PortConfig> ports, List<EndpointVirtualIp> virtualIps) abstract com.google.common.collect.ImmutableList
<PortConfig> abstract com.google.common.collect.ImmutableList
<PortConfig> ports()
abstract EndpointSpec
spec()
abstract com.google.common.collect.ImmutableList
<EndpointVirtualIp>
-
Constructor Details
-
Endpoint
public Endpoint()
-
-
Method Details
-
spec
-
exposedPorts
-
ports
-
virtualIps
-
create
static Endpoint create(EndpointSpec spec, List<PortConfig> exposedPorts, List<PortConfig> ports, List<EndpointVirtualIp> virtualIps)
-