public interface PcepSegmentRoutingConfig extends org.opendaylight.yangtools.yang.binding.ChildOf<PcepSegmentRoutingAppConfigData>, org.opendaylight.yangtools.yang.binding.Augmentable<PcepSegmentRoutingConfig>
This class represents the following YANG schema fragment defined in module pcep-segment-routing-app-config
container pcep-segment-routing-config {
leaf iana-sr-subobjects-type {
type iana-sr-subobjects-type;
}
leaf sr-capable {
type sr-capable;
}
}
The schema path to identify an instance is
pcep-segment-routing-app-config/pcep-segment-routing-config
To create instances of this class use PcepSegmentRoutingConfigBuilder.
PcepSegmentRoutingConfigBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isIanaSrSubobjectsType()
If false (default) SR-ERO type (=5) and SR-RRO type (=6) is used,else proposed
type (36) is used for parsing/serialization
|
Boolean |
isSrCapable()
Advertize segment-routing capability
|
Boolean isIanaSrSubobjectsType()
java.lang.Boolean ianaSrSubobjectsType, or null if not presentBoolean isSrCapable()
java.lang.Boolean srCapable, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.