Interface L2TunnelDescription
-
- All Known Implementing Classes:
DefaultL2TunnelDescription
public interface L2TunnelDescription
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description L2Tunnell2Tunnel()Returns the l2 tunnel.L2TunnelPolicyl2TunnelPolicy()Returns the l2 tunnel policy.voidsetL2Tunnel(L2Tunnel tunnel)Sets the l2 tunnel.voidsetL2TunnelPolicy(L2TunnelPolicy policy)Sets the l2 policy.
-
-
-
Method Detail
-
l2Tunnel
L2Tunnel l2Tunnel()
Returns the l2 tunnel.- Returns:
- the l2 tunnel
-
l2TunnelPolicy
L2TunnelPolicy l2TunnelPolicy()
Returns the l2 tunnel policy.- Returns:
- the l2 tunnel policy.
-
setL2Tunnel
void setL2Tunnel(L2Tunnel tunnel)
Sets the l2 tunnel.- Parameters:
tunnel- the l2 tunnel to set.
-
setL2TunnelPolicy
void setL2TunnelPolicy(L2TunnelPolicy policy)
Sets the l2 policy.- Parameters:
policy- the policy to set.
-
-