public interface SrPceCapability extends org.opendaylight.yangtools.yang.binding.ChildOf<SrPceCapabilityTlv>, org.opendaylight.yangtools.yang.binding.Augmentable<SrPceCapability>, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.Tlv
This class represents the following YANG schema fragment defined in module odl-pcep-segment-routing
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/sr-pce-capability
To create instances of this class use SrPceCapabilityBuilder.
SrPceCapabilityBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Short |
getMsd()
Maximum SID Depth
|
Short getMsd()
java.lang.Short msd, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.