| Modifier and Type | Method and Description |
|---|---|
InterfaceInfo |
InterfacemgrProvider.getInterfaceInfo(String interfaceName) |
InterfaceInfo |
InterfacemgrProvider.getInterfaceInfoFromOperationalDataStore(String interfaceName) |
InterfaceInfo |
InterfacemgrProvider.getInterfaceInfoFromOperationalDataStore(String interfaceName,
InterfaceInfo.InterfaceType interfaceType) |
InterfaceInfo |
InterfacemgrProvider.getInterfaceInfoFromOperationalDSCache(String interfaceName) |
InterfaceInfo |
InterfacemgrProvider.populateInterfaceInfo(String interfaceName,
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.state.Interface ifState) |
| Modifier and Type | Class and Description |
|---|---|
class |
LogicalGroupInterfaceInfo |
class |
VlanInterfaceInfo |
| Modifier and Type | Method and Description |
|---|---|
InterfaceInfo |
IInterfaceManager.getInterfaceInfo(String intInfo) |
InterfaceInfo |
IInterfaceManager.getInterfaceInfoFromOperationalDataStore(String interfaceName) |
InterfaceInfo |
IInterfaceManager.getInterfaceInfoFromOperationalDataStore(String interfaceName,
InterfaceInfo.InterfaceType interfaceType) |
InterfaceInfo |
IInterfaceManager.getInterfaceInfoFromOperationalDSCache(String interfaceName)
This API is currently used only for CLI usage.
|
| Modifier and Type | Method and Description |
|---|---|
InterfaceInfo |
TestInterfaceManager.getInterfaceInfo(String interfaceName) |
InterfaceInfo |
TestInterfaceManager.getInterfaceInfoFromOperationalDataStore(String interfaceName) |
InterfaceInfo |
TestInterfaceManager.getInterfaceInfoFromOperationalDataStore(String interfaceName,
InterfaceInfo.InterfaceType interfaceType) |
InterfaceInfo |
TestInterfaceManager.getInterfaceInfoFromOperationalDSCache(String interfaceName) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestInterfaceManager.addInterfaceInfo(InterfaceInfo interfaceInfo) |
| Modifier and Type | Method and Description |
|---|---|
InterfaceInfo |
TunnelInterfaceDetails.getInterfaceInfo() |
| Modifier and Type | Method and Description |
|---|---|
static org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.state.Interface |
InterfaceStateHelper.buildStateFromInterfaceInfo(InterfaceInfo interfaceInfo) |
static org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.Interface |
InterfaceHelper.buildVlanInterfaceFromInfo(InterfaceInfo interfaceInfo) |
| Constructor and Description |
|---|
TunnelInterfaceDetails(String srcIp,
String dstIp,
boolean external,
InterfaceInfo interfaceInfo) |
Copyright © 2019 OpenDaylight. All rights reserved.