Interface FlowspecL3vpnIpv6Route
- 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:
FlowspecL3vpnIpv6Routes
@Generated("mdsal-binding-generator")
public interface FlowspecL3vpnIpv6Route
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bgp-flowspec
grouping flowspec-l3vpn-ipv6-route {
list flowspec-l3vpn-route {
key "route-key path-id";
uses flowspec-ipv6-route-list;
uses bgp-t:route-distinguisher-grouping;
}
}
-
Method Summary
Modifier and TypeMethodDescription@Nullable Map<FlowspecL3vpnRouteKey, FlowspecL3vpnRoute> Return flowspecL3vpnRoute, ornullif it is not present.default @NonNull Map<FlowspecL3vpnRouteKey, FlowspecL3vpnRoute> Return flowspecL3vpnRoute, or an empty list if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getFlowspecL3vpnRoute
@Nullable Map<FlowspecL3vpnRouteKey,FlowspecL3vpnRoute> getFlowspecL3vpnRoute()Return flowspecL3vpnRoute, ornullif it is not present.- Returns:
Map<FlowspecL3vpnRouteKey, FlowspecL3vpnRoute>flowspecL3vpnRoute, ornullif it is not present.
-
nonnullFlowspecL3vpnRoute
Return flowspecL3vpnRoute, or an empty list if it is not present.- Returns:
Map<FlowspecL3vpnRouteKey, FlowspecL3vpnRoute>flowspecL3vpnRoute, or an empty list if it is not present.
-