Uses of Class
org.onosproject.segmentrouting.pwaas.L2TunnelHandler.Result
-
Packages that use L2TunnelHandler.Result Package Description org.onosproject.segmentrouting Segment routing application components.org.onosproject.segmentrouting.pwaas Set of resources implementing the Pwaas. -
-
Uses of L2TunnelHandler.Result in org.onosproject.segmentrouting
Methods in org.onosproject.segmentrouting that return L2TunnelHandler.Result Modifier and Type Method Description L2TunnelHandler.ResultSegmentRoutingManager. addPseudowire(L2TunnelDescription l2TunnelDescription)L2TunnelHandler.ResultSegmentRoutingService. addPseudowire(L2TunnelDescription tunnel)Adds a Pseudowire to the system.L2TunnelHandler.ResultSegmentRoutingManager. addPseudowiresBulk(List<DefaultL2TunnelDescription> bulkPseudowires)Deprecated.L2TunnelHandler.ResultSegmentRoutingService. addPseudowiresBulk(List<DefaultL2TunnelDescription> l2TunnelDescriptions)Deprecated.onos-1.12 use addPseudowire insteadL2TunnelHandler.ResultSegmentRoutingManager. removePseudowire(Integer pwId)L2TunnelHandler.ResultSegmentRoutingService. removePseudowire(Integer pwId)Removes pseudowire. -
Uses of L2TunnelHandler.Result in org.onosproject.segmentrouting.pwaas
Methods in org.onosproject.segmentrouting.pwaas that return L2TunnelHandler.Result Modifier and Type Method Description L2TunnelHandler.ResultL2TunnelHandler.Result. appendError(String error)L2TunnelHandler.ResultDefaultL2TunnelHandler. checkIfPwExists(long tunnelId, boolean pending)L2TunnelHandler.ResultL2TunnelHandler. checkIfPwExists(long tunnelId, boolean pending)Check if pseudowire exists in the store.static L2TunnelHandler.ResultPwaasUtil. configurationValidity(List<L2TunnelDescription> pseudowires)L2TunnelHandler.ResultDefaultL2TunnelHandler. deployPseudowire(L2TunnelDescription pw)Adds a single pseudowire.L2TunnelHandler.ResultDefaultL2TunnelHandler. tearDownPseudowire(long l2TunnelId)Helper function for removing a single pseudowire.static L2TunnelHandler.ResultL2TunnelHandler.Result. valueOf(String name)Returns the enum constant of this type with the specified name.static L2TunnelHandler.Result[]L2TunnelHandler.Result. values()Returns an array containing the constants of this enum type, in the order they are declared.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.
-