JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.mandas.docker.client.messages.swarm
Interface Endpoint
@Immutable
public interface
Endpoint
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
PortConfig
>
exposedPorts
()
List
<
PortConfig
>
ports
()
EndpointSpec
spec
()
List
<
EndpointVirtualIp
>
virtualIps
()
Method Details
spec
EndpointSpec
spec
()
exposedPorts
List
<
PortConfig
>
exposedPorts
()
ports
List
<
PortConfig
>
ports
()
virtualIps
List
<
EndpointVirtualIp
>
virtualIps
()