public interface DetourObject extends org.opendaylight.yangtools.yang.binding.ChoiceIn<DetourObject>
This class represents the following YANG schema fragment defined in module rsvp
choice detour-object {
case ipv4-detour-object {
uses rsvp-te-object;
list plr {
leaf plr-id {
type inet:ipv4-address-no-zone;
}
leaf avoid-node {
type inet:ipv4-address-no-zone;
}
}
}
case ipv6-detour-object {
uses rsvp-te-object;
list plr-id {
leaf plr-id {
type inet:ipv6-address-no-zone;
}
}
list avoid-node {
leaf avoid-node {
type inet:ipv6-address-no-zone;
}
}
}
}
The schema path to identify an instance is
rsvp/detour-object/detour-object| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
Copyright © 2020 OpenDaylight. All rights reserved.