public interface SpecialNextHop extends DataObject
This class represents the following YANG schema fragment defined in module ietf-routing
grouping special-next-hop { leaf special-next-hop { type enumeration { enum blackhole { } enum unreachable { } enum prohibit { } enum receive { } } } }The schema path to identify an instance is ietf-routing/special-next-hop
Modifier and Type | Interface and Description |
---|---|
static class |
SpecialNextHop.SpecialNextHop$ |
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable SpecialNextHop.SpecialNextHop$ |
getSpecialNextHop()
Options for special next hops.
|
getImplementedInterface
@Nullable SpecialNextHop.SpecialNextHop$ getSpecialNextHop()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.routing.rev180313.SpecialNextHop.SpecialNextHop$
specialNextHop
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.