public interface Errors extends org.opendaylight.yangtools.yang.binding.ChildOf<PcerrMessage>, org.opendaylight.yangtools.yang.binding.Augmentable<Errors>, PcepErrorObject
This class represents the following YANG schema fragment defined in module pcep-types
list errors {
container error-object {
container tlvs {
list vendor-information-tlv {
leaf enterprise-number {
type enterprise-number;
}
choice enterprise-specific-information {
}
uses vendor-information;
uses tlv;
}
container req-missing {
leaf request-id {
type request-id;
}
uses tlv;
}
uses vendor-information-tlvs;
uses req-missing-tlv;
}
leaf type {
type uint8;
}
leaf value {
type uint8;
}
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
uses object;
}
uses pcep-error-object;
}
The schema path to identify an instance is
pcep-types/pcerr-message/pcerr-message/errors
To create instances of this class use ErrorsBuilder.
ErrorsBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetErrorObjectCopyright © 2018 OpenDaylight. All rights reserved.