Uses of Interface
org.opendaylight.netvirt.vpnmanager.populator.intfc.VpnPopulator
-
Packages that use VpnPopulator Package Description org.opendaylight.netvirt.vpnmanager.populator.impl org.opendaylight.netvirt.vpnmanager.populator.registry -
-
Uses of VpnPopulator in org.opendaylight.netvirt.vpnmanager.populator.impl
Classes in org.opendaylight.netvirt.vpnmanager.populator.impl that implement VpnPopulator Modifier and Type Class Description classL3vpnOverMplsGrePopulatorclassL3vpnOverVxlanPopulatorclassL3vpnPopulator -
Uses of VpnPopulator in org.opendaylight.netvirt.vpnmanager.populator.registry
Methods in org.opendaylight.netvirt.vpnmanager.populator.registry that return VpnPopulator Modifier and Type Method Description static VpnPopulatorL3vpnRegistry. getRegisteredPopulator(VrfEntryBase.EncapType encapType)Methods in org.opendaylight.netvirt.vpnmanager.populator.registry with parameters of type VpnPopulator Modifier and Type Method Description static voidL3vpnRegistry. registerL3vpnPopulator(VrfEntryBase.EncapType encapType, VpnPopulator vpnPopulator)
-