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