Interface L3vpnMcastRoutes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    L3vpnMcastRoutesIpv4, L3vpnMcastRoutesIpv6

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

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

     grouping l3vpn-mcast-routes {
       list l3vpn-mcast-route {
         key "route-key path-id";
         uses bgp-rib:route;
         uses l3vpn-mcast-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 L3vpnMcastRoutes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getL3vpnMcastRoute

        @Nullable Map<L3vpnMcastRouteKey,​L3vpnMcastRoute> getL3vpnMcastRoute()
        Return l3vpnMcastRoute, or null if it is not present.
        Returns:
        Map<L3vpnMcastRouteKey, L3vpnMcastRoute> l3vpnMcastRoute, or null if it is not present.
      • nonnullL3vpnMcastRoute

        default @NonNull Map<L3vpnMcastRouteKey,​L3vpnMcastRoute> nonnullL3vpnMcastRoute()
        Return l3vpnMcastRoute, or an empty list if it is not present.
        Returns:
        Map<L3vpnMcastRouteKey, L3vpnMcastRoute> l3vpnMcastRoute, or an empty list if it is not present.