Interface L3vpnMcastRoutes
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.BindingObject,org.opendaylight.yangtools.binding.DataContainer,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
L3vpnMcastRoutesIpv4,L3vpnMcastRoutesIpv6
@Generated("mdsal-binding-generator")
public interface L3vpnMcastRoutes
extends org.opendaylight.yangtools.binding.Grouping
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;
}
}
-
Method Summary
Modifier and TypeMethodDescription@Nullable Map<L3vpnMcastRouteKey, L3vpnMcastRoute> Return l3vpnMcastRoute, ornullif it is not present.default @NonNull Map<L3vpnMcastRouteKey, L3vpnMcastRoute> Return l3vpnMcastRoute, or an empty list if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getL3vpnMcastRoute
@Nullable Map<L3vpnMcastRouteKey,L3vpnMcastRoute> getL3vpnMcastRoute()Return l3vpnMcastRoute, ornullif it is not present.- Returns:
Map<L3vpnMcastRouteKey, L3vpnMcastRoute>l3vpnMcastRoute, ornullif it is not present.
-
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.
-