public interface NextHopOptions extends ChoiceIn<NextHopContent>
This class represents the following YANG schema fragment defined in module ietf-routing
choice next-hop-options { case simple-next-hop { leaf outgoing-interface { type if:interface-ref; } } case special-next-hop { uses special-next-hop; } case next-hop-list { container next-hop-list { list next-hop { key index; leaf index { type string; } leaf outgoing-interface { type if:interface-ref; } } } } }The schema path to identify an instance is ietf-routing/next-hop-content/next-hop-options
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getImplementedInterface
Copyright © 2019 OpenDaylight. All rights reserved.