Interface SetExtCommunityMethod

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.ChoiceIn<SetExtCommunity>, org.opendaylight.yangtools.yang.binding.DataContainer
    All Known Subinterfaces:
    Inline, Reference

    @Generated("mdsal-binding-generator")
    public interface SetExtCommunityMethod
    extends org.opendaylight.yangtools.yang.binding.ChoiceIn<SetExtCommunity>
    Option to set communities using an inline list or reference to an existing defined set.

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

     choice set-ext-community-method {
       case inline {
         list ext-community-member {
           uses bgp-t:extended-community;
         }
       }
       case reference {
         leaf ext-community-set-ref {
           type leafref {
             path /rpol:routing-policy/rpol:defined-sets/bgp-pol:bgp-defined-sets/bgp-pol:ext-community-sets/bgp-pol:ext-community-set/bgp-pol:ext-community-set-name;
           }
         }
       }
     }
     
    • 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.