Interface WithdrawnRoutes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<WithdrawnRoutes>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<MpUnreachNlri>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Destination

    public interface WithdrawnRoutes
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MpUnreachNlri>, org.opendaylight.yangtools.yang.binding.Augmentable<WithdrawnRoutes>, Destination

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

     container withdrawn-routes {
       uses destination;
     }
     
    The schema path to identify an instance is bgp-multiprotocol/update/attributes/(urn:opendaylight:params:xml:ns:yang:bgp-multiprotocol?revision=2018-03-29)mp-unreach-nlri/withdrawn-routes

    To create instances of this class use WithdrawnRoutesBuilder.

    See Also:
    WithdrawnRoutesBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<WithdrawnRoutes> 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 Destination