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 {
uses vendor-information-tlvs;
container no-path-vector {
uses no-path-vector-tlv;
}
}
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 @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable NoPathVector |
getNoPathVector() |
default Class<Tlvs> |
implementedInterface() |
getVendorInformationTlv, nonnullVendorInformationTlvdefault Class<Tlvs> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface VendorInformationTlvs@Nullable NoPathVector getNoPathVector()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.failure._case.no.path.tlvs.NoPathVector noPathVector, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.