public interface ObjectHeader
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module pcep-types
grouping object-header {
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
}
The schema path to identify an instance is
pcep-types/object-header| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isIgnore() |
Boolean |
isProcessingRule() |
Copyright © 2018 OpenDaylight. All rights reserved.