Uses of Interface
org.onosproject.segmentrouting.pwaas.L2TunnelDescription
-
Packages that use L2TunnelDescription Package Description org.onosproject.segmentrouting Segment routing application components.org.onosproject.segmentrouting.pwaas Set of resources implementing the Pwaas. -
-
Uses of L2TunnelDescription in org.onosproject.segmentrouting
Methods in org.onosproject.segmentrouting that return types with arguments of type L2TunnelDescription Modifier and Type Method Description Set<L2TunnelDescription>SegmentRoutingManager. getL2TunnelDescriptions(boolean pending)Set<L2TunnelDescription>SegmentRoutingService. getL2TunnelDescriptions(boolean pending)Returns the l2 tunnel descriptions.Methods in org.onosproject.segmentrouting with parameters of type L2TunnelDescription Modifier and Type Method Description L2TunnelHandler.ResultSegmentRoutingManager. addPseudowire(L2TunnelDescription l2TunnelDescription)L2TunnelHandler.ResultSegmentRoutingService. addPseudowire(L2TunnelDescription tunnel)Adds a Pseudowire to the system. -
Uses of L2TunnelDescription in org.onosproject.segmentrouting.pwaas
Classes in org.onosproject.segmentrouting.pwaas that implement L2TunnelDescription Modifier and Type Class Description classDefaultL2TunnelDescriptionHelper class to carry the l2 tunnel and its policy.Methods in org.onosproject.segmentrouting.pwaas that return types with arguments of type L2TunnelDescription Modifier and Type Method Description Set<L2TunnelDescription>DefaultL2TunnelHandler. getL2Descriptions(boolean pending)Set<L2TunnelDescription>L2TunnelHandler. getL2Descriptions(boolean pending)Combines policies and tunnels to create descriptions.Methods in org.onosproject.segmentrouting.pwaas with parameters of type L2TunnelDescription Modifier and Type Method Description L2TunnelHandler.ResultDefaultL2TunnelHandler. deployPseudowire(L2TunnelDescription pw)Adds a single pseudowire.L2TunnelHandler.ResultDefaultL2TunnelHandler. verifyGlobalValidity(L2TunnelDescription pwToAdd)L2TunnelHandler.ResultL2TunnelHandler. verifyGlobalValidity(L2TunnelDescription pwToAdd)Verifies global validity for existing pseudowires, both ones in the pending store and the ones installed.Method parameters in org.onosproject.segmentrouting.pwaas with type arguments of type L2TunnelDescription Modifier and Type Method Description static L2TunnelHandler.ResultPwaasUtil. configurationValidity(List<L2TunnelDescription> pseudowires)voidDefaultL2TunnelHandler. tearDown(Set<L2TunnelDescription> pwToRemove)Deprecated.voidL2TunnelHandler. tearDown(Set<L2TunnelDescription> pwToRemove)Deprecated.onos-1.12 Do not use this method.
-