Interface ExtCommunityMember

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<ExtCommunityMember>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<SetExtCommunity>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, ExtendedCommunity

    public interface ExtCommunityMember
    extends org.opendaylight.yangtools.yang.binding.ChildOf<SetExtCommunity>, org.opendaylight.yangtools.yang.binding.Augmentable<ExtCommunityMember>, ExtendedCommunity
    Set the community values for the update inline with a list.

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

     list ext-community-member {
       uses bgp-t:extended-community;
     }
     
    The schema path to identify an instance is openconfig-bgp-policy/routing-policy/policy-definitions/policy-definition/statements/statement/actions/(http://openconfig.net/yang/bgp-policy?revision=2015-10-09)bgp-actions/set-ext-community/set-ext-community-method/inline/ext-community-member

    To create instances of this class use ExtCommunityMemberBuilder.

    See Also:
    ExtCommunityMemberBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<ExtCommunityMember> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface ExtendedCommunity