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 InterfaceInfoInterfacemgrProvider. getInterfaceInfo(java.lang.String interfaceName)InterfaceInfoInterfacemgrProvider. getInterfaceInfoFromOperationalDataStore(java.lang.String interfaceName)InterfaceInfoInterfacemgrProvider. getInterfaceInfoFromOperationalDataStore(java.lang.String interfaceName, InterfaceInfo.InterfaceType interfaceType)InterfaceInfoInterfacemgrProvider. getInterfaceInfoFromOperationalDSCache(java.lang.String interfaceName)InterfaceInfoInterfacemgrProvider. 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 classLogicalGroupInterfaceInfoclassVlanInterfaceInfo -
Uses of InterfaceInfo in org.opendaylight.genius.interfacemanager.interfaces
Methods in org.opendaylight.genius.interfacemanager.interfaces that return InterfaceInfo Modifier and Type Method Description InterfaceInfoIInterfaceManager. getInterfaceInfo(java.lang.String intInfo)InterfaceInfoIInterfaceManager. getInterfaceInfoFromOperationalDataStore(java.lang.String interfaceName)InterfaceInfoIInterfaceManager. getInterfaceInfoFromOperationalDataStore(java.lang.String interfaceName, InterfaceInfo.InterfaceType interfaceType)InterfaceInfoIInterfaceManager. 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 InterfaceInfoTestInterfaceManager. getInterfaceInfo(java.lang.String interfaceName)InterfaceInfoTestInterfaceManager. getInterfaceInfoFromOperationalDataStore(java.lang.String interfaceName)InterfaceInfoTestInterfaceManager. getInterfaceInfoFromOperationalDataStore(java.lang.String interfaceName, InterfaceInfo.InterfaceType interfaceType)InterfaceInfoTestInterfaceManager. getInterfaceInfoFromOperationalDSCache(java.lang.String interfaceName)Methods in org.opendaylight.genius.testutils with parameters of type InterfaceInfo Modifier and Type Method Description voidTestInterfaceManager. 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 InterfaceInfoTunnelInterfaceDetails. 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.InterfaceInterfaceStateHelper. buildStateFromInterfaceInfo(InterfaceInfo interfaceInfo)static org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.InterfaceInterfaceHelper. 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)
-