Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329
Interface LabeledUnicastRoutesList
- 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:
LabeledUnicastIpv6Routes
,LabeledUnicastRoutes
@Generated("mdsal-binding-generator")
public interface LabeledUnicastRoutesList
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bgp-labeled-unicast
grouping labeled-unicast-routes-list { list labeled-unicast-route { key "route-key path-id"; uses labeled-unicast; uses bgp-rib:route { augment attributes/bgp-prefix-sid/bgp-prefix-sid-tlvs/bgp-prefix-sid-tlv { case lu-label-index-tlv { uses label-index-tlv; } case lu-originator-srgb-tlv { uses originator-srgb-tlv; } } } } }
-
Method Summary
Modifier and TypeMethodDescription@Nullable Map
<LabeledUnicastRouteKey, LabeledUnicastRoute> Return labeledUnicastRoute, ornull
if it is not present.default @NonNull Map
<LabeledUnicastRouteKey, LabeledUnicastRoute> Return labeledUnicastRoute, or an empty list if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getLabeledUnicastRoute
@Nullable Map<LabeledUnicastRouteKey,LabeledUnicastRoute> getLabeledUnicastRoute()Return labeledUnicastRoute, ornull
if it is not present.- Returns:
Map<LabeledUnicastRouteKey, LabeledUnicastRoute>
labeledUnicastRoute, ornull
if it is not present.
-
nonnullLabeledUnicastRoute
Return labeledUnicastRoute, or an empty list if it is not present.- Returns:
Map<LabeledUnicastRouteKey, LabeledUnicastRoute>
labeledUnicastRoute, or an empty list if it is not present.
-