Interface LabeledUnicastRoutes

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

    public interface LabeledUnicastRoutes
    extends org.opendaylight.yangtools.yang.binding.ChildOf<LabeledUnicastRoutes>, org.opendaylight.yangtools.yang.binding.Augmentable<LabeledUnicastRoutes>, LabeledUnicastRoutesList

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

     container labeled-unicast-routes {
       uses labeled-unicast-routes-list;
     }
     
    The schema path to identify an instance is bgp-labeled-unicast/labeled-unicast-routes/labeled-unicast-routes

    To create instances of this class use LabeledUnicastRoutesBuilder.

    See Also:
    LabeledUnicastRoutesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<LabeledUnicastRoutes> 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 LabeledUnicastRoutesList