public interface Tlvs extends org.opendaylight.yangtools.yang.binding.ChildOf<CNotification>, org.opendaylight.yangtools.yang.binding.Augmentable<Tlvs>, OverloadDurationTlv, VendorInformationTlvs
This class represents the following YANG schema fragment defined in module pcep-types
container tlvs {
when "../type = 2 and ../value = 1";
uses overload-duration-tlv;
uses vendor-information-tlvs;
}
The schema path to identify an instance is
pcep-types/notification-object/c-notification/tlvs
To create instances of this class use TlvsBuilder.
TlvsBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
default Class<Tlvs> |
implementedInterface() |
getOverloadDurationgetVendorInformationTlv, nonnullVendorInformationTlvdefault Class<Tlvs> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface OverloadDurationTlvimplementedInterface in interface VendorInformationTlvsCopyright © 2020 OpenDaylight. All rights reserved.