public final class TunnelEndPoints extends Object
TunnelEndPoint instances.| Modifier and Type | Method and Description |
|---|---|
static TunnelEndPoint<String> |
flowTunnelEndpoint()
Returns a tunnel endpoint with FLOW keyword.
|
static TunnelEndPoint<IpAddress> |
ipTunnelEndpoint(IpAddress ipAddress)
Returns a tunnel endpoint with supplied IP address.
|
public static TunnelEndPoint<IpAddress> ipTunnelEndpoint(IpAddress ipAddress)
ipAddress - ip addresspublic static TunnelEndPoint<String> flowTunnelEndpoint()