public interface PathKey extends org.opendaylight.yangtools.yang.binding.ChildOf<PathKeyObject>, org.opendaylight.yangtools.yang.binding.Augmentable<PathKey>, Object
This class represents the following YANG schema fragment defined in module pcep-types
container path-key {
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
list path-keys {
leaf loose {
type loose;
}
leaf pce-id {
type pce-id;
}
leaf path-key {
type path-key;
}
uses path-key-subobject;
}
uses object;
}
The schema path to identify an instance is
pcep-types/path-key-object/path-key
To create instances of this class use PathKeyBuilder.
PathKeyBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<PathKeys> |
getPathKeys() |
getAugmentationisIgnore, isProcessingRuleCopyright © 2018 OpenDaylight. All rights reserved.