Interface RouteTargetConstrainChoice

  • All Superinterfaces:
    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

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
    • Method Summary

      • Methods inherited from interface org.opendaylight.yangtools.yang.binding.DataContainer

        implementedInterface
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.