public interface Ipv6DetourObject extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<Ipv6DetourObject>, RsvpTeObject, DetourObject
This class represents the following YANG schema fragment defined in module rsvp
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/ipv6-detour-object| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<AvoidNode> |
getAvoidNode() |
List<PlrId> |
getPlrId() |
Copyright © 2018 OpenDaylight. All rights reserved.