Uses of Interface
org.onosproject.segmentrouting.pwaas.L2Tunnel
-
Packages that use L2Tunnel Package Description org.onosproject.segmentrouting Segment routing application components.org.onosproject.segmentrouting.pwaas Set of resources implementing the Pwaas. -
-
Uses of L2Tunnel in org.onosproject.segmentrouting
Methods in org.onosproject.segmentrouting that return types with arguments of type L2Tunnel Modifier and Type Method Description List<L2Tunnel>SegmentRoutingManager. getL2Tunnels()List<L2Tunnel>SegmentRoutingService. getL2Tunnels()Returns all l2 tunnels of pseudowires. -
Uses of L2Tunnel in org.onosproject.segmentrouting.pwaas
Classes in org.onosproject.segmentrouting.pwaas that implement L2Tunnel Modifier and Type Class Description classDefaultL2TunnelImplementation of the default l2 tunnel.Methods in org.onosproject.segmentrouting.pwaas that return L2Tunnel Modifier and Type Method Description L2TunnelDefaultL2TunnelDescription. l2Tunnel()L2TunnelL2TunnelDescription. l2Tunnel()Returns the l2 tunnel.Methods in org.onosproject.segmentrouting.pwaas that return types with arguments of type L2Tunnel Modifier and Type Method Description List<L2Tunnel>DefaultL2TunnelHandler. getL2PendingTunnels()List<L2Tunnel>L2TunnelHandler. getL2PendingTunnels()Returns a copy of the pending l2 tunnels that exist in the store.List<L2Tunnel>DefaultL2TunnelHandler. getL2Tunnels()List<L2Tunnel>L2TunnelHandler. getL2Tunnels()Returns a copy of the l2 tunnels that exist in the store.Methods in org.onosproject.segmentrouting.pwaas with parameters of type L2Tunnel Modifier and Type Method Description voidDefaultL2TunnelDescription. setL2Tunnel(L2Tunnel tunnel)voidL2TunnelDescription. setL2Tunnel(L2Tunnel tunnel)Sets the l2 tunnel.Constructors in org.onosproject.segmentrouting.pwaas with parameters of type L2Tunnel Constructor Description DefaultL2TunnelDescription(L2Tunnel l2Tunnel, L2TunnelPolicy l2TunnelPolicy)Creates a l2 tunnel description using the given info.
-