public interface NoPath extends org.opendaylight.yangtools.yang.binding.ChildOf<Replies>, org.opendaylight.yangtools.yang.binding.Augmentable<NoPath>, NoPathObject
This class represents the following YANG schema fragment defined in module pcep-types
container no-path {
uses no-path-object;
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
To create instances of this class use NoPathBuilder.
NoPathBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Tlvs |
getTlvs() |
default Class<NoPath> |
implementedInterface() |
getNatureOfIssue, isUnsatisfiedConstraintsisIgnore, isProcessingRuledefault Class<NoPath> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface NoPathObjectimplementedInterface in interface ObjectimplementedInterface in interface ObjectHeader@Nullable Tlvs getTlvs()
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 tlvs, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.