public interface Tlvs extends org.opendaylight.yangtools.yang.binding.ChildOf<ErrorObject>, org.opendaylight.yangtools.yang.binding.Augmentable<Tlvs>, VendorInformationTlvs, ReqMissingTlv
This class represents the following YANG schema fragment defined in module pcep-types
container tlvs {
container req-missing {
leaf request-id {
type request-id;
}
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 req-missing-tlv;
}
The schema path to identify an instance is
pcep-types/pcep-error-object/error-object/tlvs
To create instances of this class use TlvsBuilder.
TlvsBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetVendorInformationTlvgetReqMissingCopyright © 2018 OpenDaylight. All rights reserved.