Interface FlowspecL3vpnIpv6Route

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    FlowspecL3vpnIpv6Routes

    public interface FlowspecL3vpnIpv6Route
    extends org.opendaylight.yangtools.yang.binding.DataObject

    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;
       }
     }
     
    The schema path to identify an instance is bgp-flowspec/flowspec-l3vpn-ipv6-route
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends FlowspecL3vpnIpv6Route> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject