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 class
L3vpnOverMplsGrePopulator
class
L3vpnOverVxlanPopulator
class
L3vpnPopulator
-
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 VpnPopulator
L3vpnRegistry. getRegisteredPopulator(VrfEntryBase.EncapType encapType)
Methods in org.opendaylight.netvirt.vpnmanager.populator.registry with parameters of type VpnPopulator Modifier and Type Method Description static void
L3vpnRegistry. registerL3vpnPopulator(VrfEntryBase.EncapType encapType, VpnPopulator vpnPopulator)
-