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