Interface PeerUpNotification

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<PeerUpNotification>, 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, PeerHeader, PeerUp

    public interface PeerUpNotification
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<PeerUpNotification>, PeerHeader, PeerUp, org.opendaylight.yangtools.yang.binding.Notification
    The Peer Up message is used to indicate that a peering session has come up (i.e., has transitioned into ESTABLISHED state).

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

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

    To create instances of this class use PeerUpNotificationBuilder.

    See Also:
    PeerUpNotificationBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<PeerUpNotification> 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 PeerHeader
        Specified by:
        implementedInterface in interface PeerUp