public interface SrRroType extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<SrRroType>, SrRroSubobject, org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.record.route.subobjects.SubobjectType
This class represents the following YANG schema fragment defined in module odl-pcep-segment-routing
case sr-rro-type {
leaf c-flag {
type c-flag;
}
leaf m-flag {
type m-flag;
}
leaf sid-type {
type sid-type;
}
leaf sid {
type uint32;
}
choice nai {
case ip-adjacency {
leaf local-ip-address {
type ip-address;
}
leaf remote-ip-address {
type ip-address;
}
}
case ip-node-id {
leaf ip-address {
type ip-address;
}
}
case unnumbered-adjacency {
leaf local-node-id {
type uint32;
}
leaf local-interface-id {
type uint32;
}
leaf remote-node-id {
type uint32;
}
leaf remote-interface-id {
type uint32;
}
}
}
}
The schema path to identify an instance is
odl-pcep-segment-routing/pcrpt/pcrpt-message/reports/path/rro/subobject/subobject-type/(urn:opendaylight:params:xml:ns:yang:pcep:segment:routing?revision=2017-10-25)sr-rro-type| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetNai, getSid, getSidType, isCFlag, isMFlagCopyright © 2018 OpenDaylight. All rights reserved.