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