Uses of Class
org.opendaylight.netvirt.vpnmanager.populator.input.L3vpnInput
- 
Packages that use L3vpnInput Package Description org.opendaylight.netvirt.vpnmanager.populator.impl org.opendaylight.netvirt.vpnmanager.populator.input org.opendaylight.netvirt.vpnmanager.populator.intfc 
- 
- 
Uses of L3vpnInput in org.opendaylight.netvirt.vpnmanager.populator.implMethods in org.opendaylight.netvirt.vpnmanager.populator.impl with parameters of type L3vpnInput Modifier and Type Method Description voidL3vpnPopulator. addSubnetRouteFibEntry(L3vpnInput input)AdjacencyL3vpnOverMplsGrePopulator. createOperationalAdjacency(L3vpnInput input)AdjacencyL3vpnOverVxlanPopulator. createOperationalAdjacency(L3vpnInput input)AdjacencyL3vpnPopulator. createOperationalAdjacency(L3vpnInput input)voidL3vpnOverMplsGrePopulator. populateFib(L3vpnInput input, org.opendaylight.mdsal.binding.util.TypedWriteTransaction<org.opendaylight.mdsal.binding.util.Datastore.Configuration> writeConfigTxn)voidL3vpnOverVxlanPopulator. populateFib(L3vpnInput input, org.opendaylight.mdsal.binding.util.TypedWriteTransaction<org.opendaylight.mdsal.binding.util.Datastore.Configuration> writeConfigTxn)voidL3vpnPopulator. populateFib(L3vpnInput input, org.opendaylight.mdsal.binding.util.TypedWriteTransaction<org.opendaylight.mdsal.binding.util.Datastore.Configuration> writeCfgTxn)
- 
Uses of L3vpnInput in org.opendaylight.netvirt.vpnmanager.populator.inputMethods in org.opendaylight.netvirt.vpnmanager.populator.input that return L3vpnInput Modifier and Type Method Description L3vpnInputL3vpnInput. setDpnId(org.opendaylight.yangtools.yang.common.Uint64 dpnId)L3vpnInputL3vpnInput. setElanTag(java.lang.Long elanTag)L3vpnInputL3vpnInput. setEncapType(VrfEntryBase.EncapType encapType)L3vpnInputL3vpnInput. setGatewayMac(java.lang.String gatewayMac)L3vpnInputL3vpnInput. setInterfaceName(java.lang.String interfaceName)L3vpnInputL3vpnInput. setL3vni(java.lang.Long l3vni)L3vpnInputL3vpnInput. setLabel(java.lang.Long label)L3vpnInputL3vpnInput. setNetworkName(java.lang.String networkName)L3vpnInputL3vpnInput. setNextHop(Adjacency nextHop)L3vpnInputL3vpnInput. setNextHopIp(java.lang.String nextHopIp)L3vpnInputL3vpnInput. setPrimaryRd(java.lang.String primaryRd)L3vpnInputL3vpnInput. setRd(java.lang.String rd)L3vpnInputL3vpnInput. setRouteOrigin(RouteOrigin routeOrigin)L3vpnInputL3vpnInput. setSubnetGatewayMacAddress(java.lang.String subnetGatewayMacAddress)L3vpnInputL3vpnInput. setSubnetIp(java.lang.String subnetIp)L3vpnInputL3vpnInput. setVpnName(java.lang.String vpnName)
- 
Uses of L3vpnInput in org.opendaylight.netvirt.vpnmanager.populator.intfcMethods in org.opendaylight.netvirt.vpnmanager.populator.intfc with parameters of type L3vpnInput Modifier and Type Method Description AdjacencyVpnPopulator. createOperationalAdjacency(L3vpnInput input)voidVpnPopulator. populateFib(L3vpnInput input, org.opendaylight.mdsal.binding.util.TypedWriteTransaction<org.opendaylight.mdsal.binding.util.Datastore.Configuration> writeCfgTxn)
 
-