public interface Svec extends org.opendaylight.yangtools.yang.binding.ChildOf<SvecObject>, org.opendaylight.yangtools.yang.binding.Augmentable<Svec>, Object
This class represents the following YANG schema fragment defined in module pcep-types
container svec {
leaf processing-rule {
type processing-rule;
}
leaf ignore {
type ignore;
}
leaf link-diverse {
type link-diverse;
}
leaf node-diverse {
type node-diverse;
}
leaf srlg-diverse {
type srlg-diverse;
}
leaf-list requests-ids {
type request-id;
}
uses object;
}
The schema path to identify an instance is
pcep-types/svec-object/svec
To create instances of this class use SvecBuilder.
SvecBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<RequestId> |
getRequestsIds() |
Boolean |
isLinkDiverse() |
Boolean |
isNodeDiverse() |
Boolean |
isSrlgDiverse() |
getAugmentationisIgnore, isProcessingRuleBoolean isLinkDiverse()
java.lang.Boolean linkDiverse, or null if not presentBoolean isNodeDiverse()
java.lang.Boolean nodeDiverse, or null if not presentBoolean isSrlgDiverse()
java.lang.Boolean srlgDiverse, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.