All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, PathAttributes, PathIdGrouping, Route
All Known Subinterfaces:
BgpRibRoute, EvpnRoute, MvpnBgpRibRoute, MvpnRoute

@Generated("mdsal-binding-generator") public interface BgpRibRoute extends org.opendaylight.yangtools.yang.binding.DataObject, Route

This class represents the following YANG schema fragment defined in module pmsi-tunnel

 grouping bgp-rib-route {
   uses bgp-rib:route {
     augment attributes {
       ext:augment-identifier pmsi-tunnel-augmentation;
       uses pmsi-tunnel;
     }
   }
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Class<? extends BgpRibRoute>
     

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.PathAttributes

    getAttributes, nonnullAttributes

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.PathIdGrouping

    getPathId, requirePathId

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.rib.rev180329.Route

    getRouteKey, requireRouteKey
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details