public interface Tlvs extends org.opendaylight.yangtools.yang.binding.ChildOf<Rp>, org.opendaylight.yangtools.yang.binding.Augmentable<Tlvs>, VendorInformationTlvs, OrderTlv, PathSetupTypeTlv
This class represents the following YANG schema fragment defined in module pcep-types
container tlvs {
container order {
leaf delete {
type uint32;
}
leaf setup {
type uint32;
}
uses tlv;
}
list vendor-information-tlv {
leaf enterprise-number {
type enterprise-number;
}
choice enterprise-specific-information {
}
uses vendor-information;
uses tlv;
}
container path-setup-type {
leaf pst {
type pst;
}
uses tlv;
}
uses vendor-information-tlvs;
uses order-tlv;
uses path-setup-type-tlv;
}
The schema path to identify an instance is
pcep-types/rp-object/rp/tlvs
To create instances of this class use TlvsBuilder.
TlvsBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetVendorInformationTlvgetOrdergetPathSetupTypeCopyright © 2018 OpenDaylight. All rights reserved.