Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329
Interface LabeledUnicastRoutesList
- 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:
LabeledUnicastIpv6Routes
,LabeledUnicastRoutes
@Generated("mdsal-binding-generator")
public interface LabeledUnicastRoutesList
extends org.opendaylight.yangtools.yang.binding.DataObject
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; } } } } }
-
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<LabeledUnicastRouteKey,
LabeledUnicastRoute> Return labeledUnicastRoute, ornull
if it is not present.Class<? extends LabeledUnicastRoutesList>
default @NonNull Map<LabeledUnicastRouteKey,
LabeledUnicastRoute> Return labeledUnicastRoute, 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 LabeledUnicastRoutesList> 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
-
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.
-