Interface NextHop
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
- All Known Subinterfaces:
Attributes
,MpReachNlri
@Generated("mdsal-binding-generator")
public interface NextHop
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bgp-types
grouping next-hop { choice c-next-hop { default empty-next-hop-case; case ipv4-next-hop-case { container ipv4-next-hop { leaf global { type inet:ipv4-address-no-zone; } } } case ipv6-next-hop-case { container ipv6-next-hop { leaf global { type inet:ipv6-address-no-zone; } leaf link-local { type inet:ipv6-address-no-zone; } } } case empty-next-hop-case { leaf empty-next-hop { type empty; } } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn cNextHop, ornull
if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getCNextHop
CNextHop getCNextHop()Return cNextHop, ornull
if it is not present.- Returns:
CNextHop
cNextHop, ornull
if it is not present.
-