public interface Notifications extends org.opendaylight.yangtools.yang.binding.ChildOf<Notifications>, org.opendaylight.yangtools.yang.binding.Augmentable<Notifications>, NotificationObject
This class represents the following YANG schema fragment defined in module pcep-types
list notifications {
container c-notification {
container tlvs {
container overload-duration {
leaf duration {
type duration;
}
uses tlv;
}
list vendor-information-tlv {
leaf enterprise-number {
type enterprise-number;
}
choice enterprise-specific-information {
}
uses vendor-information;
uses tlv;
}
uses vendor-information-tlvs;
uses overload-duration-tlv;
}
leaf type {
type uint8;
}
leaf value {
type uint8;
}
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
uses object;
}
uses notification-object;
}
The schema path to identify an instance is
pcep-types/pcntf-message/pcntf-message/notifications/notifications
To create instances of this class use NotificationsBuilder.
NotificationsBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetCNotificationCopyright © 2018 OpenDaylight. All rights reserved.