Interface NextHop
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
Attributes,MpReachNlri
@Generated("mdsal-binding-generator") public interface NextHop extends org.opendaylight.yangtools.yang.binding.DataObject
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; } } } }
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAMEYANG identifier of the statement represented by this class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CNextHopgetCNextHop()Return cNextHop, ornullif it is not present.Class<? extends NextHop>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends NextHop> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getCNextHop
CNextHop getCNextHop()
Return cNextHop, ornullif it is not present.- Returns:
CNextHopcNextHop, ornullif it is not present.
-
-