public interface CCloseMessage extends org.opendaylight.yangtools.yang.binding.ChildOf<CloseMessage>, org.opendaylight.yangtools.yang.binding.Augmentable<CCloseMessage>, MessageHeader, CloseObject
This class represents the following YANG schema fragment defined in module pcep-types
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;
}
The schema path to identify an instance is
pcep-types/close-message/c-close-message
To create instances of this class use CCloseMessageBuilder.
CCloseMessageBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetVersiongetCCloseCopyright © 2018 OpenDaylight. All rights reserved.