public interface Close extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<Close>, CloseMessage, org.opendaylight.yangtools.yang.binding.Notification
This class represents the following YANG schema fragment defined in module pcep-message
notification close {
container c-close-message {
leaf version {
type version;
}
container c-close {
leaf reason {
type uint8;
}
container tlvs {
list vendor-information-tlv {
leaf enterprise-number {
type enterprise-number;
}
choice enterprise-specific-information {
}
uses vendor-information;
uses tlv;
}
uses vendor-information-tlvs;
}
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
uses object;
}
uses message-header;
uses close-object;
}
uses close-message;
}
The schema path to identify an instance is
pcep-message/close
To create instances of this class use CloseBuilder.
CloseBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetCCloseMessageCopyright © 2018 OpenDaylight. All rights reserved.