Interface RouteRefresh

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<RouteRefresh>, org.opendaylight.yangtools.yang.binding.BaseNotification, BgpTableType, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Notification

    public interface RouteRefresh
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<RouteRefresh>, BgpTableType, org.opendaylight.yangtools.yang.binding.Notification
    ROUTE-REFRESH message

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

     notification route-refresh {
       uses bgp-table-type;
     }
     
    The schema path to identify an instance is bgp-multiprotocol/route-refresh

    To create instances of this class use RouteRefreshBuilder.

    See Also:
    RouteRefreshBuilder
    • 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<RouteRefresh> implementedInterface()
        Specified by:
        implementedInterface in interface BgpTableType
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject