public interface DetourObject
extends org.opendaylight.yangtools.yang.binding.DataContainer
This class represents the following YANG schema fragment defined in module rsvp
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/detour-object| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Copyright © 2018 OpenDaylight. All rights reserved.