All Superinterfaces:
org.opendaylight.yangtools.yang.binding.Augmentable<FlowspecL3vpnRoute>, BgpRibRoute, org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<FlowspecL3vpnIpv6Route>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, FlowspecDestination, FlowspecDestinationGroupIpv6, FlowspecIpv6RouteList, org.opendaylight.yangtools.yang.binding.Identifiable<FlowspecL3vpnRouteKey>, PathAttributes, PathIdGrouping, Route, RouteDistinguisherGrouping

@Generated("mdsal-binding-generator") public interface FlowspecL3vpnRoute extends org.opendaylight.yangtools.yang.binding.ChildOf<FlowspecL3vpnIpv6Route>, org.opendaylight.yangtools.yang.binding.Augmentable<FlowspecL3vpnRoute>, FlowspecIpv6RouteList, RouteDistinguisherGrouping, org.opendaylight.yangtools.yang.binding.Identifiable<FlowspecL3vpnRouteKey>

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

 list flowspec-l3vpn-route {
   key "route-key path-id";
   uses flowspec-ipv6-route-list;
   uses bgp-t:route-distinguisher-grouping;
 }
 

To create instances of this class use FlowspecL3vpnRouteBuilder.

See Also: