public interface NoPathObject extends org.opendaylight.yangtools.yang.binding.DataObject, Object
This class represents the following YANG schema fragment defined in module pcep-types
grouping no-path-object {
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
leaf nature-of-issue {
type uint8;
}
leaf unsatisfied-constraints {
type unsatisfied-constraints;
}
}
The schema path to identify an instance is
pcep-types/no-path-object| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Short |
getNatureOfIssue() |
Boolean |
isUnsatisfiedConstraints() |
isIgnore, isProcessingRuleCopyright © 2018 OpenDaylight. All rights reserved.