Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach.mp.reach.nlri.AdvertizedRoutes
-
-
Uses of AdvertizedRoutes in org.opendaylight.protocol.bgp.l3vpn.unicast
Methods in org.opendaylight.protocol.bgp.l3vpn.unicast that return AdvertizedRoutes Modifier and Type Method Description protected abstract AdvertizedRoutes
AbstractVpnNlriParser. getAdvertizedRoutesByDestination(List<VpnDestination> dst)
-
Uses of AdvertizedRoutes in org.opendaylight.protocol.bgp.l3vpn.unicast.ipv4
Methods in org.opendaylight.protocol.bgp.l3vpn.unicast.ipv4 that return AdvertizedRoutes Modifier and Type Method Description protected AdvertizedRoutes
VpnIpv4NlriParser. getAdvertizedRoutesByDestination(List<VpnDestination> dst)
-
Uses of AdvertizedRoutes in org.opendaylight.protocol.bgp.l3vpn.unicast.ipv6
Methods in org.opendaylight.protocol.bgp.l3vpn.unicast.ipv6 that return AdvertizedRoutes Modifier and Type Method Description protected AdvertizedRoutes
VpnIpv6NlriParser. getAdvertizedRoutesByDestination(List<VpnDestination> dst)
-
Uses of AdvertizedRoutes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach that return AdvertizedRoutes Modifier and Type Method Description AdvertizedRoutes
MpReachNlri. getAdvertizedRoutes()
Return advertizedRoutes, ornull
if it is not present.AdvertizedRoutes
MpReachNlriBuilder. getAdvertizedRoutes()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach with parameters of type AdvertizedRoutes Modifier and Type Method Description MpReachNlriBuilder
MpReachNlriBuilder. setAdvertizedRoutes(AdvertizedRoutes value)
-
Uses of AdvertizedRoutes in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach.mp.reach.nlri
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach.mp.reach.nlri with type parameters of type AdvertizedRoutes Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<AdvertizedRoutes>>
E$$AdvertizedRoutesBuilder. augmentation(Class<E$$> augmentationType)
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach.mp.reach.nlri that return AdvertizedRoutes Modifier and Type Method Description AdvertizedRoutes
AdvertizedRoutesBuilder. build()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach.mp.reach.nlri that return types with arguments of type AdvertizedRoutes Modifier and Type Method Description default Class<AdvertizedRoutes>
AdvertizedRoutes. implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach.mp.reach.nlri with parameters of type AdvertizedRoutes Modifier and Type Method Description static boolean
AdvertizedRoutes. bindingEquals(@NonNull AdvertizedRoutes thisObj, Object obj)
Default implementation ofObject.equals(Object)
contract for this interface.static int
AdvertizedRoutes. bindingHashCode(@NonNull AdvertizedRoutes obj)
Default implementation ofObject.hashCode()
contract for this interface.static String
AdvertizedRoutes. bindingToString(@NonNull AdvertizedRoutes obj)
Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach.mp.reach.nlri with type arguments of type AdvertizedRoutes Modifier and Type Method Description AdvertizedRoutesBuilder
AdvertizedRoutesBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<AdvertizedRoutes> augmentation)
Add an augmentation to this builder's product.AdvertizedRoutesBuilder
AdvertizedRoutesBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<AdvertizedRoutes>> augmentationType)
Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach.mp.reach.nlri with parameters of type AdvertizedRoutes Constructor Description AdvertizedRoutesBuilder(AdvertizedRoutes base)
-