public interface VendorInformationTlv extends org.opendaylight.yangtools.yang.binding.ChildOf<VendorInformationTlvs>, org.opendaylight.yangtools.yang.binding.Augmentable<VendorInformationTlv>, VendorInformation, Tlv
This class represents the following YANG schema fragment defined in module pcep-types
list vendor-information-tlv {
leaf enterprise-number {
type enterprise-number;
}
choice enterprise-specific-information {
}
uses vendor-information;
uses tlv;
}
The schema path to identify an instance is
pcep-types/vendor-information-tlvs/vendor-information-tlv
To create instances of this class use VendorInformationTlvBuilder.
VendorInformationTlvBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetEnterpriseNumber, getEnterpriseSpecificInformationCopyright © 2018 OpenDaylight. All rights reserved.