Uses of Class
org.onosproject.segmentrouting.pwaas.L2Mode
-
Packages that use L2Mode Package Description org.onosproject.segmentrouting.pwaas Set of resources implementing the Pwaas. -
-
Uses of L2Mode in org.onosproject.segmentrouting.pwaas
Methods in org.onosproject.segmentrouting.pwaas that return L2Mode Modifier and Type Method Description static L2ModePwaasUtil. parseMode(String mode)L2ModeDefaultL2Tunnel. pwMode()Returns the mode of the pseudo wire.L2ModeL2Tunnel. pwMode()Return the mode of the l2 tunnel.static L2ModeL2Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static L2Mode[]L2Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.onosproject.segmentrouting.pwaas with parameters of type L2Mode Constructor Description DefaultL2Tunnel(L2Mode mode, org.onlab.packet.VlanId sdtag, long tunnelId, org.onlab.packet.MplsLabel pwLabel)Creates a intra-co l2 tunnel using the supplied parameters.DefaultL2Tunnel(L2Mode mode, org.onlab.packet.VlanId sdtag, long tunnelId, org.onlab.packet.MplsLabel pwLabel, org.onlab.packet.MplsLabel interCoLabel)Creates a inter-co l2 tunnel using the supplied parameters.
-