Interface FlowspecL3vpnIpv6Route
- 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:
FlowspecL3vpnIpv6Routes
@Generated("mdsal-binding-generator")
public interface FlowspecL3vpnIpv6Route
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module bgp-flowspec
grouping flowspec-l3vpn-ipv6-route { list flowspec-l3vpn-route { key "route-key path-id"; uses flowspec-ipv6-route-list; uses bgp-t:route-distinguisher-grouping; } }
-
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<FlowspecL3vpnRouteKey,
FlowspecL3vpnRoute> Return flowspecL3vpnRoute, ornull
if it is not present.Class<? extends FlowspecL3vpnIpv6Route>
default @NonNull Map<FlowspecL3vpnRouteKey,
FlowspecL3vpnRoute> Return flowspecL3vpnRoute, 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 FlowspecL3vpnIpv6Route> 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
-
getFlowspecL3vpnRoute
@Nullable Map<FlowspecL3vpnRouteKey,FlowspecL3vpnRoute> getFlowspecL3vpnRoute()Return flowspecL3vpnRoute, ornull
if it is not present.- Returns:
Map<FlowspecL3vpnRouteKey, FlowspecL3vpnRoute>
flowspecL3vpnRoute, ornull
if it is not present.
-
nonnullFlowspecL3vpnRoute
Return flowspecL3vpnRoute, or an empty list if it is not present.- Returns:
Map<FlowspecL3vpnRouteKey, FlowspecL3vpnRoute>
flowspecL3vpnRoute, or an empty list if it is not present.
-