Uses of Class
org.onosproject.segmentrouting.TunnelHandler.Result
-
Packages that use TunnelHandler.Result Package Description org.onosproject.segmentrouting Segment routing application components. -
-
Uses of TunnelHandler.Result in org.onosproject.segmentrouting
Methods in org.onosproject.segmentrouting that return TunnelHandler.Result Modifier and Type Method Description TunnelHandler.ResultSegmentRoutingManager. createTunnel(Tunnel tunnel)TunnelHandler.ResultSegmentRoutingService. createTunnel(Tunnel tunnel)Creates a tunnel.TunnelHandler.ResultTunnelHandler. createTunnel(Tunnel tunnel)Creates a tunnel.TunnelHandler.ResultSegmentRoutingManager. removeTunnel(Tunnel tunnel)TunnelHandler.ResultSegmentRoutingService. removeTunnel(Tunnel tunnel)Removes a tunnel.TunnelHandler.ResultTunnelHandler. removeTunnel(Tunnel tunnelInfo)Removes the tunnel with the tunnel ID given.static TunnelHandler.ResultTunnelHandler.Result. valueOf(String name)Returns the enum constant of this type with the specified name.static TunnelHandler.Result[]TunnelHandler.Result. values()Returns an array containing the constants of this enum type, in the order they are declared.
-