Uses of Class
com.spotify.docker.client.messages.swarm.Endpoint
Packages that use Endpoint
-
Uses of Endpoint in com.spotify.docker.client.messages.swarm
Subclasses of Endpoint in com.spotify.docker.client.messages.swarmFields in com.spotify.docker.client.messages.swarm declared as EndpointMethods in com.spotify.docker.client.messages.swarm that return EndpointModifier and TypeMethodDescription(package private) static Endpoint
Endpoint.create
(EndpointSpec spec, List<PortConfig> exposedPorts, List<PortConfig> ports, List<EndpointVirtualIp> virtualIps) AutoValue_Service.endpoint()
abstract Endpoint
Service.endpoint()
Methods in com.spotify.docker.client.messages.swarm with parameters of type EndpointModifier and TypeMethodDescription(package private) static Service
Service.create
(String id, Version version, Date createdAt, Date updatedAt, ServiceSpec spec, Endpoint endpoint, UpdateStatus updateStatus) Constructors in com.spotify.docker.client.messages.swarm with parameters of type EndpointModifierConstructorDescription(package private)
AutoValue_Service
(String id, Version version, Date createdAt, Date updatedAt, ServiceSpec spec, Endpoint endpoint, UpdateStatus updateStatus)