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) classAutoValue_EndpointFields in com.spotify.docker.client.messages.swarm declared as Endpoint Modifier and Type Field Description private EndpointAutoValue_Service. endpointMethods in com.spotify.docker.client.messages.swarm that return Endpoint 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)EndpointAutoValue_Service. endpoint()abstract EndpointService. endpoint()Methods in com.spotify.docker.client.messages.swarm with parameters of type Endpoint Modifier and Type Method Description (package private) static ServiceService. 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)
-