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 Details

    • getFlowspecL3vpnRoute

      @Nullable Map<FlowspecL3vpnRouteKey,FlowspecL3vpnRoute> getFlowspecL3vpnRoute()
      Return flowspecL3vpnRoute, or null if it is not present.
      Returns:
      Map<FlowspecL3vpnRouteKey, FlowspecL3vpnRoute> flowspecL3vpnRoute, or null if it is not present.
    • nonnullFlowspecL3vpnRoute

      default @NonNull Map<FlowspecL3vpnRouteKey,FlowspecL3vpnRoute> 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.