public interface SrPceCapabilityTlv
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module odl-pcep-segment-routing
grouping sr-pce-capability-tlv {
container sr-pce-capability {
leaf msd {
type msd;
}
uses tlv;
}
}
The schema path to identify an instance is
odl-pcep-segment-routing/sr-pce-capability-tlv| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
SrPceCapability |
getSrPceCapability() |
SrPceCapability getSrPceCapability()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.segment.routing.rev171025.sr.pce.capability.tlv.SrPceCapability srPceCapability, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.