public class EndpointSpec
extends java.lang.Object
implements java.io.Serializable
RemoteApiVersion#VERSION_1_24| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
EndpointSpec() |
| Modifier and Type | Method and Description |
|---|---|
EndpointResolutionMode |
getMode() |
java.util.List<PortConfig> |
getPorts() |
EndpointSpec |
withMode(EndpointResolutionMode mode) |
EndpointSpec |
withPorts(java.util.List<PortConfig> ports) |
public static final long serialVersionUID
@CheckForNull public EndpointResolutionMode getMode()
modepublic EndpointSpec withMode(EndpointResolutionMode mode)
mode@CheckForNull public java.util.List<PortConfig> getPorts()
portspublic EndpointSpec withPorts(java.util.List<PortConfig> ports)
portsCopyright © 2019. All Rights Reserved.