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