Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.attributes.reach.MpReachNlriBuilder
Packages that use MpReachNlriBuilder
Package
Description
-
Uses of MpReachNlriBuilder 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 MpReachNlriBuilderModifier and TypeMethodDescriptionMpReachNlriBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<MpReachNlri> augmentation) Add an augmentation to this builder's product.MpReachNlriBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<MpReachNlri>> augmentationType) Remove an augmentation from this builder's product.MpReachNlriBuilder.setAdvertizedRoutes(AdvertizedRoutes value) Set the property corresponding toMpReachNlri.getAdvertizedRoutes()to the specified value.MpReachNlriBuilder.setAfi(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.AddressFamily value) Set the property corresponding toBgpTableType.getAfi()to the specified value.MpReachNlriBuilder.setCNextHop(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.next.hop.CNextHop value) Set the property corresponding toNextHop.getCNextHop()to the specified value.MpReachNlriBuilder.setSafi(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.SubsequentAddressFamily value) Set the property corresponding toBgpTableType.getSafi()to the specified value.