public interface FaParameters
extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yang.gen.v1.urn.opendaylight.topology.multitechnology.rev150122.MtInfo
This class represents the following YANG schema fragment defined in module multilayer-topology
grouping fa-parameters {
choice directionality-info {
case bidirectional {
container bidirectional {
}
}
case reverse-co-routed-fa {
container reverse-co-routed-fa {
}
}
case reverse-fa {
container reverse-fa {
}
}
case unidirectional {
container unidirectional {
}
}
}
list attribute {
key "id";
leaf attribute-type {
type identityref;
}
leaf id {
type uri;
}
container value {
}
}
}
The schema path to identify an instance is
multilayer-topology/fa-parameters| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
DirectionalityInfo |
getDirectionalityInfo() |
DirectionalityInfo getDirectionalityInfo()
org.opendaylight.yang.gen.v1.urn.opendaylight.topology.multilayer.rev150123.fa.parameters.DirectionalityInfo directionalityInfo, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.