public interface NextHop extends ChildOf<NextHopList>, Augmentable<NextHop>
This class represents the following YANG schema fragment defined in module ietf-routing
list next-hop { leaf outgoing-interface { type if:interface-ref; } }The schema path to identify an instance is ietf-routing/next-hop-state-content/next-hop-options/next-hop-list/next-hop-list/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 |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getOutgoingInterface()
Name of the outgoing interface.
|
getImplementedInterface
augmentation
@Nullable String getOutgoingInterface()
java.lang.String
outgoingInterface
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.