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()
mode
public EndpointSpec withMode(EndpointResolutionMode mode)
mode
@CheckForNull public java.util.List<PortConfig> getPorts()
ports
public EndpointSpec withPorts(java.util.List<PortConfig> ports)
ports
Copyright © 2020. All Rights Reserved.