public class Endpoint extends DockerObject implements Serializable
RemoteApiVersion#VERSION_1_24| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
Endpoint() |
| Modifier and Type | Method and Description |
|---|---|
PortConfig[] |
getPorts() |
EndpointSpec |
getSpec() |
EndpointVirtualIP[] |
getVirtualIPs() |
Endpoint |
withPorts(PortConfig[] ports) |
Endpoint |
withSpec(EndpointSpec spec) |
Endpoint |
withVirtualIPs(EndpointVirtualIP[] virtualIPs) |
getRawValuespublic static final long serialVersionUID
@CheckForNull public EndpointSpec getSpec()
specpublic Endpoint withSpec(EndpointSpec spec)
spec@CheckForNull public PortConfig[] getPorts()
portspublic Endpoint withPorts(PortConfig[] ports)
ports@CheckForNull public EndpointVirtualIP[] getVirtualIPs()
virtualIPspublic Endpoint withVirtualIPs(EndpointVirtualIP[] virtualIPs)
virtualIPsCopyright © 2025. All rights reserved.