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
All Known Subinterfaces:
MvpnRoutesIpv4, MvpnRoutesIpv6

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

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

 grouping mvpn-routes {
   list mvpn-route {
     key "route-key path-id";
     uses mvpn-bgp-rib-route;
   }
 }
 
  • Field Details

    • QNAME

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

    • implementedInterface

      Class<? extends MvpnRoutes> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • getMvpnRoute

      @Nullable Map<MvpnRouteKey,MvpnRoute> getMvpnRoute()
      Return mvpnRoute, or null if it is not present.
      Returns:
      Map<MvpnRouteKey, MvpnRoute> mvpnRoute, or null if it is not present.
    • nonnullMvpnRoute

      default @NonNull Map<MvpnRouteKey,MvpnRoute> nonnullMvpnRoute()
      Return mvpnRoute, or an empty list if it is not present.
      Returns:
      Map<MvpnRouteKey, MvpnRoute> mvpnRoute, or an empty list if it is not present.