public interface Ipv4DetourObject extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<Ipv4DetourObject>, RsvpTeObject, DetourObject
This class represents the following YANG schema fragment defined in module rsvp
case ipv4-detour-object {
list plr {
leaf plr-id {
type ipv4-address;
}
leaf avoid-node {
type ipv4-address;
}
}
}
The schema path to identify an instance is
rsvp/detour-object/detour-object/ipv4-detour-object| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<Plr> |
getPlr() |
Copyright © 2018 OpenDaylight. All rights reserved.