public interface NextHop extends ChildOf<Route>, Augmentable<NextHop>, NextHopContent
This class represents the following YANG schema fragment defined in module ietf-ipv6-unicast-routing
container next-hop { uses rt:next-hop-content { augment next-hop-options/simple-next-hop { leaf next-hop-address { type inet:ipv6-address; } } augment next-hop-options/next-hop-list/next-hop-list/next-hop { leaf next-hop-address { type inet:ipv6-address; } } } }The schema path to identify an instance is ietf-ipv6-unicast-routing/routing/control-plane-protocols/control-plane-protocol/static-routes/(urn:ietf:params:xml:ns:yang:ietf-ipv6-unicast-routing?revision=2018-03-13)ipv6/route/next-hop
To create instances of this class use NextHopBuilder
.
NextHopBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
augmentation
getNextHopOptions
getImplementedInterface
Copyright © 2019 OpenDaylight. All rights reserved.