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

    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;
       }
     }
     
    The schema path to identify an instance is bgp-vpn/l3vpn-ip-route
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • 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 List<VpnRoute> getVpnRoute()
        Returns:
        java.util.List vpnRoute, or null if not present
      • nonnullVpnRoute

        default @NonNull List<VpnRoute> nonnullVpnRoute()
        Returns:
        java.util.List vpnRoute, or an empty list if it is not present