public interface IInterfaceManager
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getDpnForInterface(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.Interface intrf) |
BigInteger |
getDpnForInterface(String ifName) |
String |
getEndpointIpForDpn(BigInteger dpnId) |
List<org.opendaylight.vpnservice.mdsalutil.ActionInfo> |
getInterfaceEgressActions(String ifName) |
List<org.opendaylight.vpnservice.mdsalutil.MatchInfo> |
getInterfaceIngressRule(String ifName) |
Long |
getPortForInterface(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.Interface intf) |
Long |
getPortForInterface(String ifName) |
BigInteger getDpnForInterface(String ifName)
BigInteger getDpnForInterface(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.Interface intrf)
String getEndpointIpForDpn(BigInteger dpnId)
List<org.opendaylight.vpnservice.mdsalutil.MatchInfo> getInterfaceIngressRule(String ifName)
List<org.opendaylight.vpnservice.mdsalutil.ActionInfo> getInterfaceEgressActions(String ifName)
Long getPortForInterface(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.Interface intf)
Copyright © 2015. All rights reserved.