Interface MpReachNlri

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<MpReachNlri>, BgpTableType, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Attributes1>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, NextHop

    public interface MpReachNlri
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Attributes1>, org.opendaylight.yangtools.yang.binding.Augmentable<MpReachNlri>, BgpTableType, NextHop

    This class represents the following YANG schema fragment defined in module bgp-multiprotocol

     container mp-reach-nlri {
       uses bgp-table-type;
       uses bgp-t:next-hop;
       container advertized-routes {
         uses destination;
       }
     }
     
    The schema path to identify an instance is bgp-multiprotocol/update/attributes/(urn:opendaylight:params:xml:ns:yang:bgp-multiprotocol?revision=2018-03-29)mp-reach-nlri

    To create instances of this class use MpReachNlriBuilder.

    See Also:
    MpReachNlriBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<MpReachNlri> implementedInterface()
        Specified by:
        implementedInterface in interface BgpTableType
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface NextHop
      • getAdvertizedRoutes

        @Nullable AdvertizedRoutes getAdvertizedRoutes()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.multiprotocol.rev180329.update.attributes.mp.reach.nlri.AdvertizedRoutes advertizedRoutes, or null if not present