Uses of Class
com.spotify.docker.client.messages.swarm.Endpoint
-
Packages that use Endpoint Package Description com.spotify.docker.client.messages.swarm -
-
Uses of Endpoint in com.spotify.docker.client.messages.swarm
Subclasses of Endpoint in com.spotify.docker.client.messages.swarm Modifier and Type Class Description (package private) class
AutoValue_Endpoint
Fields in com.spotify.docker.client.messages.swarm declared as Endpoint Modifier and Type Field Description private Endpoint
AutoValue_Service. endpoint
Methods in com.spotify.docker.client.messages.swarm that return Endpoint 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)
Endpoint
AutoValue_Service. endpoint()
abstract Endpoint
Service. endpoint()
Methods in com.spotify.docker.client.messages.swarm with parameters of type Endpoint Modifier and Type Method Description (package private) static Service
Service. create(java.lang.String id, Version version, java.util.Date createdAt, java.util.Date updatedAt, ServiceSpec spec, Endpoint endpoint, UpdateStatus updateStatus)
Constructors in com.spotify.docker.client.messages.swarm with parameters of type Endpoint Constructor Description AutoValue_Service(java.lang.String id, Version version, java.util.Date createdAt, java.util.Date updatedAt, ServiceSpec spec, Endpoint endpoint, UpdateStatus updateStatus)
-