public interface Result
extends org.opendaylight.yangtools.yang.binding.DataContainer
This class represents the following YANG schema fragment defined in module multilayer-topology
choice result {
case fa-id {
leaf fa-id {
type fa-id;
}
container stitched-head-end {
leaf node {
type node-id;
}
leaf tp-id {
type tp-id;
}
uses fa-stitched-end-point;
}
container stitched-tail-end {
leaf node {
type node-id;
}
leaf tp-id {
type tp-id;
}
uses fa-stitched-end-point;
}
}
case none {
leaf none {
type empty;
}
}
}
The schema path to identify an instance is
multilayer-topology/forwarding-adj-announce/output/result| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Copyright © 2018 OpenDaylight. All rights reserved.