Package org.onosproject.net.behaviour
Class TunnelEndPoints
- java.lang.Object
-
- org.onosproject.net.behaviour.TunnelEndPoints
-
public final class TunnelEndPoints extends java.lang.Object
Static utility methods pertaining toTunnelEndPoint
instances.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TunnelEndPoint<java.lang.String>
flowTunnelEndpoint()
Returns a tunnel endpoint with FLOW keyword.static TunnelEndPoint<IpAddress>
ipTunnelEndpoint(IpAddress ipAddress)
Returns a tunnel endpoint with supplied IP address.
-
-
-
Method Detail
-
ipTunnelEndpoint
public static TunnelEndPoint<IpAddress> ipTunnelEndpoint(IpAddress ipAddress)
Returns a tunnel endpoint with supplied IP address.- Parameters:
ipAddress
- ip address- Returns:
- tunnel endpoint instance
-
flowTunnelEndpoint
public static TunnelEndPoint<java.lang.String> flowTunnelEndpoint()
Returns a tunnel endpoint with FLOW keyword.- Returns:
- tunnel endpoint instance
-
-