public interface PcepSegmentRoutingAppConfigData
extends org.opendaylight.yangtools.yang.binding.DataRoot
This class represents the following YANG schema fragment defined in module pcep-segment-routing-app-config
module pcep-segment-routing-app-config {
yang-version 1;
namespace "urn:opendaylight:params:xml:ns:yang:controller:pcep:segment-routing-app-config";
prefix "pcep-segment-routing-app-config";
revision 2016-07-07 {
description "Configuration for the PCEP segment routing extension.
";
}
container pcep-segment-routing-config {
leaf iana-sr-subobjects-type {
type iana-sr-subobjects-type;
}
leaf sr-capable {
type sr-capable;
}
}
}
| Modifier and Type | Method and Description |
|---|---|
PcepSegmentRoutingConfig |
getPcepSegmentRoutingConfig() |
PcepSegmentRoutingConfig getPcepSegmentRoutingConfig()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.segment.routing.app.config.rev160707.PcepSegmentRoutingConfig pcepSegmentRoutingConfig, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.