Interface PeerDownNotification

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<PeerDownNotification>, org.opendaylight.yangtools.yang.binding.BaseNotification, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Notification, PeerDown, PeerHeader

    public interface PeerDownNotification
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<PeerDownNotification>, PeerHeader, PeerDown, org.opendaylight.yangtools.yang.binding.Notification
    This message is used to indicate that a peering session was terminated.

    This class represents the following YANG schema fragment defined in module bmp-message

     notification peer-down-notification {
       uses peer-header;
       uses peer-down;
     }
     
    The schema path to identify an instance is bmp-message/peer-down-notification

    To create instances of this class use PeerDownNotificationBuilder.

    See Also:
    PeerDownNotificationBuilder
    • Field Detail

      • QNAME

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