Interface RouteTargetConstrainRoutes
- 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:
RouteTargetConstrainRoutesCase
,RouteTargetConstrainRoutesCase
,RouteTargetConstrainRoutesCase
,RouteTargetConstrainRoutesCase
,RouteTargetConstrainRoutesCase
,RouteTargetConstrainRoutesCase
,RouteTargetConstrainRoutesCase
@Generated("mdsal-binding-generator")
public interface RouteTargetConstrainRoutes
extends org.opendaylight.yangtools.binding.Grouping
This class represents the following YANG schema fragment defined in module bgp-route-target-constrain
grouping route-target-constrain-routes { container route-target-constrain-routes { list route-target-constrain-route { key "route-key path-id"; uses bgp-rib:route; uses route-target-constrain; } } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn routeTargetConstrainRoutes, ornull
if it is not present.@NonNull RouteTargetConstrainRoutes
Return routeTargetConstrainRoutes, or an empty instance if it is not present.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getRouteTargetConstrainRoutes
RouteTargetConstrainRoutes getRouteTargetConstrainRoutes()Return routeTargetConstrainRoutes, ornull
if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.route.target.constrain.rev180618.route.target.constrain.routes.RouteTargetConstrainRoutes
routeTargetConstrainRoutes, ornull
if it is not present.
-
nonnullRouteTargetConstrainRoutes
@NonNull RouteTargetConstrainRoutes nonnullRouteTargetConstrainRoutes()Return routeTargetConstrainRoutes, or an empty instance if it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.route.target.constrain.rev180618.route.target.constrain.routes.RouteTargetConstrainRoutes
routeTargetConstrainRoutes, or an empty instance if it is not present.
-