public interface Tlvs extends org.opendaylight.yangtools.yang.binding.ChildOf<NoPath>, 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;
}
container no-path-vector {
leaf flags {
type bits;
}
uses no-path-vector-tlv;
}
uses vendor-information-tlvs;
}
The schema path to identify an instance is
pcep-types/pcrep-message/pcrep-message/replies/result/failure-case/no-path/tlvs
To create instances of this class use TlvsBuilder.
TlvsBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
NoPathVector |
getNoPathVector() |
getAugmentationgetVendorInformationTlvNoPathVector getNoPathVector()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.pcrep.message.pcrep.message.replies.result.failure._case.no.path.tlvs.NoPathVector noPathVector, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.