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:
VpnIpv4Routes, VpnIpv6Routes

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

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

 grouping l3vpn-ip-route {
   list vpn-route {
     key "route-key path-id";
     uses l3vpn;
     uses bgp-rib:route;
   }
 }
 
  • 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
    Return vpnRoute, or null if it is not present.
    Class<? extends L3vpnIpRoute>
     
    default @NonNull Map<VpnRouteKey,VpnRoute>
    Return vpnRoute, or an empty list if it is not present.
  • 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 L3vpnIpRoute> 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
    • getVpnRoute

      @Nullable Map<VpnRouteKey,VpnRoute> getVpnRoute()
      Return vpnRoute, or null if it is not present.
      Returns:
      Map<VpnRouteKey, VpnRoute> vpnRoute, or null if it is not present.
    • nonnullVpnRoute

      default @NonNull Map<VpnRouteKey,VpnRoute> nonnullVpnRoute()
      Return vpnRoute, or an empty list if it is not present.
      Returns:
      Map<VpnRouteKey, VpnRoute> vpnRoute, or an empty list if it is not present.