public interface Nai
extends org.opendaylight.yangtools.yang.binding.DataContainer
This class represents the following YANG schema fragment defined in module odl-pcep-segment-routing
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/sr-subobject/nai| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Copyright © 2018 OpenDaylight. All rights reserved.