Interface L3vpnIpRoute

  • All Superinterfaces:
    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 Detail

      • QNAME

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

      • implementedInterface

        Class<? extends L3vpnIpRoute> implementedInterface()
        Specified by:
        implementedInterface in interface 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.