Interface As4RouteTargetExtendedCommunityGrouping

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    As4RouteTargetExtendedCommunityCase, RouteTargetConstrainAs4ExtendedCommunityCase

    @Generated("mdsal-binding-generator")
    public interface As4RouteTargetExtendedCommunityGrouping
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module bgp-types

     grouping as-4-route-target-extended-community-grouping {
       container as-4-route-target-extended-community {
         uses route-target;
         uses as-4-spec-common;
       }
     }
     
    The schema path to identify an instance is bgp-typesas-4-route-target-extended-community-grouping
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends As4RouteTargetExtendedCommunityGrouping> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getAs4RouteTargetExtendedCommunity

        As4RouteTargetExtendedCommunity getAs4RouteTargetExtendedCommunity()
        Return as4RouteTargetExtendedCommunity, or null if it is not present.
             
                 Type 0x02 / Subtype 0x02
             
         
        Returns:
        As4RouteTargetExtendedCommunity as4RouteTargetExtendedCommunity, or null if it is not present.