Interface FlowspecRoutes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<FlowspecRoutes>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<FlowspecRoutes>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, FlowspecIpv4Route

    public interface FlowspecRoutes
    extends org.opendaylight.yangtools.yang.binding.ChildOf<FlowspecRoutes>, org.opendaylight.yangtools.yang.binding.Augmentable<FlowspecRoutes>, FlowspecIpv4Route

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

     container flowspec-routes {
       uses flowspec-ipv4-route;
     }
     
    The schema path to identify an instance is bgp-flowspec/flowspec-routes/flowspec-routes

    To create instances of this class use FlowspecRoutesBuilder.

    See Also:
    FlowspecRoutesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<FlowspecRoutes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface FlowspecIpv4Route