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.impl
Methods in org.opendaylight.netvirt.vpnmanager.populator.impl with parameters of type L3vpnInput Modifier and Type Method Description void
L3vpnPopulator. addSubnetRouteFibEntry(L3vpnInput input)
Adjacency
L3vpnOverMplsGrePopulator. createOperationalAdjacency(L3vpnInput input)
Adjacency
L3vpnOverVxlanPopulator. createOperationalAdjacency(L3vpnInput input)
Adjacency
L3vpnPopulator. createOperationalAdjacency(L3vpnInput input)
void
L3vpnOverMplsGrePopulator. populateFib(L3vpnInput input, org.opendaylight.mdsal.binding.util.TypedWriteTransaction<org.opendaylight.mdsal.binding.util.Datastore.Configuration> writeConfigTxn)
void
L3vpnOverVxlanPopulator. populateFib(L3vpnInput input, org.opendaylight.mdsal.binding.util.TypedWriteTransaction<org.opendaylight.mdsal.binding.util.Datastore.Configuration> writeConfigTxn)
void
L3vpnPopulator. 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.input
Methods in org.opendaylight.netvirt.vpnmanager.populator.input that return L3vpnInput Modifier and Type Method Description L3vpnInput
L3vpnInput. setDpnId(org.opendaylight.yangtools.yang.common.Uint64 dpnId)
L3vpnInput
L3vpnInput. setElanTag(java.lang.Long elanTag)
L3vpnInput
L3vpnInput. setEncapType(VrfEntryBase.EncapType encapType)
L3vpnInput
L3vpnInput. setGatewayMac(java.lang.String gatewayMac)
L3vpnInput
L3vpnInput. setInterfaceName(java.lang.String interfaceName)
L3vpnInput
L3vpnInput. setL3vni(java.lang.Long l3vni)
L3vpnInput
L3vpnInput. setLabel(java.lang.Long label)
L3vpnInput
L3vpnInput. setNetworkName(java.lang.String networkName)
L3vpnInput
L3vpnInput. setNextHop(Adjacency nextHop)
L3vpnInput
L3vpnInput. setNextHopIp(java.lang.String nextHopIp)
L3vpnInput
L3vpnInput. setPrimaryRd(java.lang.String primaryRd)
L3vpnInput
L3vpnInput. setRd(java.lang.String rd)
L3vpnInput
L3vpnInput. setRouteOrigin(RouteOrigin routeOrigin)
L3vpnInput
L3vpnInput. setSubnetGatewayMacAddress(java.lang.String subnetGatewayMacAddress)
L3vpnInput
L3vpnInput. setSubnetIp(java.lang.String subnetIp)
L3vpnInput
L3vpnInput. setVpnName(java.lang.String vpnName)
-
Uses of L3vpnInput in org.opendaylight.netvirt.vpnmanager.populator.intfc
Methods in org.opendaylight.netvirt.vpnmanager.populator.intfc with parameters of type L3vpnInput Modifier and Type Method Description Adjacency
VpnPopulator. createOperationalAdjacency(L3vpnInput input)
void
VpnPopulator. populateFib(L3vpnInput input, org.opendaylight.mdsal.binding.util.TypedWriteTransaction<org.opendaylight.mdsal.binding.util.Datastore.Configuration> writeCfgTxn)
-