Interface L3vpnIpRoute
- 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:
VpnIpv4Routes
,VpnIpv6Routes
@Generated("mdsal-binding-generator")
public interface L3vpnIpRoute
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module bgp-vpn
grouping l3vpn-ip-route { list vpn-route { key "route-key path-id"; uses l3vpn; uses 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<VpnRouteKey,
VpnRoute> Return vpnRoute, ornull
if it is not present.Class<? extends L3vpnIpRoute>
default @NonNull Map<VpnRouteKey,
VpnRoute> Return vpnRoute, 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 L3vpnIpRoute> 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
-
getVpnRoute
@Nullable Map<VpnRouteKey,VpnRoute> getVpnRoute()Return vpnRoute, ornull
if it is not present.- Returns:
Map<VpnRouteKey, VpnRoute>
vpnRoute, ornull
if it is not present.
-
nonnullVpnRoute
Return vpnRoute, or an empty list if it is not present.- Returns:
Map<VpnRouteKey, VpnRoute>
vpnRoute, or an empty list if it is not present.
-