public interface AvoidNode extends org.opendaylight.yangtools.yang.binding.ChildOf<DetourObject>, org.opendaylight.yangtools.yang.binding.Augmentable<AvoidNode>
This class represents the following YANG schema fragment defined in module rsvp
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/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() |
Copyright © 2018 OpenDaylight. All rights reserved.