Interface MvpnRoutes
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
MvpnRoutesIpv4
,MvpnRoutesIpv6
@Generated("mdsal-binding-generator")
public interface MvpnRoutes
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module bgp-mvpn
grouping mvpn-routes { list mvpn-route { key "route-key path-id"; uses mvpn-bgp-rib-route; } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescription@Nullable Map<MvpnRouteKey,
MvpnRoute> Return mvpnRoute, ornull
if it is not present.Class<? extends MvpnRoutes>
default @NonNull Map<MvpnRouteKey,
MvpnRoute> Return mvpnRoute, or an empty list if it is not present.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends MvpnRoutes> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getMvpnRoute
@Nullable Map<MvpnRouteKey,MvpnRoute> getMvpnRoute()Return mvpnRoute, ornull
if it is not present.- Returns:
Map<MvpnRouteKey, MvpnRoute>
mvpnRoute, ornull
if it is not present.
-
nonnullMvpnRoute
Return mvpnRoute, or an empty list if it is not present.- Returns:
Map<MvpnRouteKey, MvpnRoute>
mvpnRoute, or an empty list if it is not present.
-