public interface DetourObject
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module rsvp
grouping detour-object {
choice detour-object {
case ipv4-detour-object {
list plr {
leaf plr-id {
type ipv4-address;
}
leaf avoid-node {
type ipv4-address;
}
}
}
case ipv6-detour-object {
list plr-id {
leaf plr-id {
type ipv6-address;
}
}
list avoid-node {
leaf avoid-node {
type ipv6-address;
}
}
}
}
}
The schema path to identify an instance is
rsvp/detour-object| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
DetourObject |
getDetourObject() |
DetourObject getDetourObject()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.detour.object.DetourObject detourObject, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.