Uses of Class
org.opendaylight.genius.interfacemanager.globals.InterfaceInfo
-
-
Uses of InterfaceInfo in org.opendaylight.genius.interfacemanager
Methods in org.opendaylight.genius.interfacemanager that return InterfaceInfo Modifier and Type Method Description InterfaceInfo
InterfacemgrProvider. getInterfaceInfo(java.lang.String interfaceName)
InterfaceInfo
InterfacemgrProvider. getInterfaceInfoFromOperationalDataStore(java.lang.String interfaceName)
InterfaceInfo
InterfacemgrProvider. getInterfaceInfoFromOperationalDataStore(java.lang.String interfaceName, InterfaceInfo.InterfaceType interfaceType)
InterfaceInfo
InterfacemgrProvider. getInterfaceInfoFromOperationalDSCache(java.lang.String interfaceName)
InterfaceInfo
InterfacemgrProvider. populateInterfaceInfo(java.lang.String interfaceName, org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.state.Interface ifState)
-
Uses of InterfaceInfo in org.opendaylight.genius.interfacemanager.globals
Subclasses of InterfaceInfo in org.opendaylight.genius.interfacemanager.globals Modifier and Type Class Description class
LogicalGroupInterfaceInfo
class
VlanInterfaceInfo
-
Uses of InterfaceInfo in org.opendaylight.genius.interfacemanager.interfaces
Methods in org.opendaylight.genius.interfacemanager.interfaces that return InterfaceInfo Modifier and Type Method Description InterfaceInfo
IInterfaceManager. getInterfaceInfo(java.lang.String intInfo)
InterfaceInfo
IInterfaceManager. getInterfaceInfoFromOperationalDataStore(java.lang.String interfaceName)
InterfaceInfo
IInterfaceManager. getInterfaceInfoFromOperationalDataStore(java.lang.String interfaceName, InterfaceInfo.InterfaceType interfaceType)
InterfaceInfo
IInterfaceManager. getInterfaceInfoFromOperationalDSCache(java.lang.String interfaceName)
This API is currently used only for CLI usage. -
Uses of InterfaceInfo in org.opendaylight.genius.testutils
Methods in org.opendaylight.genius.testutils that return InterfaceInfo Modifier and Type Method Description InterfaceInfo
TestInterfaceManager. getInterfaceInfo(java.lang.String interfaceName)
InterfaceInfo
TestInterfaceManager. getInterfaceInfoFromOperationalDataStore(java.lang.String interfaceName)
InterfaceInfo
TestInterfaceManager. getInterfaceInfoFromOperationalDataStore(java.lang.String interfaceName, InterfaceInfo.InterfaceType interfaceType)
InterfaceInfo
TestInterfaceManager. getInterfaceInfoFromOperationalDSCache(java.lang.String interfaceName)
Methods in org.opendaylight.genius.testutils with parameters of type InterfaceInfo Modifier and Type Method Description void
TestInterfaceManager. addInterfaceInfo(InterfaceInfo interfaceInfo)
-
Uses of InterfaceInfo in org.opendaylight.genius.testutils.interfacemanager
Methods in org.opendaylight.genius.testutils.interfacemanager that return InterfaceInfo Modifier and Type Method Description InterfaceInfo
TunnelInterfaceDetails. getInterfaceInfo()
Methods in org.opendaylight.genius.testutils.interfacemanager with parameters of type InterfaceInfo Modifier and Type Method 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)
Constructors in org.opendaylight.genius.testutils.interfacemanager with parameters of type InterfaceInfo Constructor Description TunnelInterfaceDetails(java.lang.String srcIp, java.lang.String dstIp, boolean external, InterfaceInfo interfaceInfo)
-