Interface L3vpnIpRoute
- 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:
VpnIpv4Routes,VpnIpv6Routes
@Generated("mdsal-binding-generator")
public interface L3vpnIpRoute
extends org.opendaylight.yangtools.binding.Grouping
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;
}
}
-
Method Summary
Modifier and TypeMethodDescription@Nullable Map<VpnRouteKey, VpnRoute> Return vpnRoute, ornullif it is not present.default @NonNull Map<VpnRouteKey, VpnRoute> Return vpnRoute, or an empty list if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getVpnRoute
@Nullable Map<VpnRouteKey,VpnRoute> getVpnRoute()Return vpnRoute, ornullif it is not present.- Returns:
Map<VpnRouteKey, VpnRoute>vpnRoute, ornullif it is not present.
-
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.
-