Interface RouteTargetConstrainChoice
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.ChoiceIn<RouteTargetConstrain>
,org.opendaylight.yangtools.yang.binding.DataContainer
- All Known Subinterfaces:
RouteTargetConstrainAs4ExtendedCommunityCase
,RouteTargetConstrainDefaultCase
,RouteTargetConstrainIpv4RouteCase
,RouteTargetConstrainRouteCase
@Generated("mdsal-binding-generator")
public interface RouteTargetConstrainChoice
extends org.opendaylight.yangtools.yang.binding.ChoiceIn<RouteTargetConstrain>
This class represents the following YANG schema fragment defined in module bgp-route-target-constrain
choice route-target-constrain-choice { case route-target-constrain-default-case { uses bgp-t:route-target-constrain-default-route-grouping; } case route-target-constrain-route-case { uses bgp-t:route-target-extended-community-grouping; } case route-target-constrain-ipv4-route-case { uses bgp-t:route-target-ipv4-grouping; } case route-target-constrain-as-4-extended-community-case { uses bgp-t:as-4-route-target-extended-community-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
Methods inherited from interface org.opendaylight.yangtools.yang.binding.BindingContract
implementedInterface
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-