Package org.onosproject.net.behaviour
Class TunnelKeys
- java.lang.Object
-
- org.onosproject.net.behaviour.TunnelKeys
-
public final class TunnelKeys extends java.lang.Object
Static utility methods pertaining toTunnelKey
instances.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TunnelKey<java.lang.String>
flowTunnelKey()
Returns a tunnel key with FLOW keyword.
-
-
-
Method Detail
-
flowTunnelKey
public static TunnelKey<java.lang.String> flowTunnelKey()
Returns a tunnel key with FLOW keyword.- Returns:
- tunnel key instance
-
-