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 {
leaf nature-of-issue {
type uint8;
}
leaf unsatisfied-constraints {
type unsatisfied-constraints;
}
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
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;
}
uses no-path-object;
}
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 org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Tlvs |
getTlvs() |
getAugmentationgetNatureOfIssue, isUnsatisfiedConstraintsisIgnore, isProcessingRuleTlvs getTlvs()
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 tlvs, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.