public abstract class TestInterfaceManager extends Object implements IInterfaceManager
| Constructor and Description |
|---|
TestInterfaceManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInterface(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.Interface iface) |
void |
addInterfaceInfo(InterfaceInfo interfaceInfo) |
InterfaceInfo |
getInterfaceInfo(String interfaceName) |
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.Interface |
getInterfaceInfoFromConfigDataStore(String interfaceName) |
InterfaceInfo |
getInterfaceInfoFromOperationalDataStore(String interfaceName) |
InterfaceInfo |
getInterfaceInfoFromOperationalDSCache(String interfaceName)
This API is currently used only for CLI usage.
|
static TestInterfaceManager |
newInstance() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbindService, bindService, createVLANInterface, createVLANInterface, getChildInterfaces, getDpnForInterface, getDpnForInterface, getEndpointIpForDpn, getInterfaceEgressActions, getInterfaceInfoFromOperationalDataStore, getLogicalTunnelSelectGroupId, getOvsdbBridgeForInterface, getOvsdbBridgeForNodeIid, getParentRefNameForInterface, getPortForInterface, getPortForInterface, getPortNameForInterface, getPortNameForInterface, getPortsOnBridge, getPortsOnBridgeByType, getTerminationPointCache, getTerminationPointForInterface, getTunnelPortsOnBridge, getVlanInterfaces, getVxlanInterfaces, isExternalInterface, isServiceBoundOnInterfaceForEgress, isServiceBoundOnInterfaceForIngress, unbindService, updateInterfaceParentRef, updateInterfaceParentRefpublic static TestInterfaceManager newInstance()
public void addInterfaceInfo(InterfaceInfo interfaceInfo)
public void addInterface(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.Interface iface)
public InterfaceInfo getInterfaceInfo(String interfaceName)
getInterfaceInfo in interface IInterfaceManagerpublic InterfaceInfo getInterfaceInfoFromOperationalDataStore(String interfaceName)
getInterfaceInfoFromOperationalDataStore in interface IInterfaceManagerpublic InterfaceInfo getInterfaceInfoFromOperationalDSCache(String interfaceName)
IInterfaceManagergetInterfaceInfoFromOperationalDSCache in interface IInterfaceManagerpublic org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.Interface getInterfaceInfoFromConfigDataStore(String interfaceName)
getInterfaceInfoFromConfigDataStore in interface IInterfaceManagerCopyright © 2018 OpenDaylight. All rights reserved.