public interface PcntfMessage extends org.opendaylight.yangtools.yang.binding.DataObject, Message
This class represents the following YANG schema fragment defined in module pcep-types
grouping pcntf-message {
container pcntf-message {
leaf version {
type version;
}
list notifications {
list rps {
container rp {
container tlvs {
container path-setup-type {
leaf pst {
type pst;
}
uses tlv;
}
list vendor-information-tlv {
leaf enterprise-number {
type enterprise-number;
}
choice enterprise-specific-information {
}
uses vendor-information;
uses tlv;
}
container order {
leaf delete {
type uint32;
}
leaf setup {
type uint32;
}
uses tlv;
}
uses vendor-information-tlvs;
uses order-tlv;
uses path-setup-type-tlv;
}
leaf priority {
type uint8;
}
leaf request-id {
type request-id;
}
leaf reoptimization {
type reoptimization;
}
leaf bi-directional {
type bi-directional;
}
leaf loose {
type loose;
}
leaf path-key {
type path-key;
}
leaf fragmentation {
type fragmentation;
}
leaf p2mp {
type p2mp;
}
leaf ero-compression {
type ero-compression;
}
leaf supply-of {
type supply-of;
}
leaf order {
type order;
}
leaf make-before-break {
type make-before-break;
}
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
uses object;
}
uses rp-object;
}
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;
}
}
uses message-header;
}
}
The schema path to identify an instance is
pcep-types/pcntf-message| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
PcntfMessage |
getPcntfMessage()
Notification Message
|
PcntfMessage getPcntfMessage()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcntf.message.PcntfMessage pcntfMessage, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.