public interface AvoidNode extends ChildOf<DetourObject>, Augmentable<AvoidNode>
This class represents the following YANG schema fragment defined in module rsvp
list avoid-node {
key leaf avoid-node {
type ipv6-address;
}
}
The schema path to identify an instance is
rsvp/detour-object/detour-object/ipv6-detour-object/avoid-node
To create instances of this class use AvoidNodeBuilder.
AvoidNodeBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address |
getAvoidNode() |
getImplementedInterfacegetAugmentationCopyright © 2016 OpenDaylight. All rights reserved.