Interface Communities

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Communities>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<CommunitySet>, Community, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface Communities
    extends org.opendaylight.yangtools.yang.binding.ChildOf<CommunitySet>, org.opendaylight.yangtools.yang.binding.Augmentable<Communities>, Community
    members of the community set

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

     list communities {
       uses bgp-t:community;
     }
     
    The schema path to identify an instance is openconfig-bgp-policy/routing-policy/defined-sets/(http://openconfig.net/yang/bgp-policy?revision=2015-10-09)bgp-defined-sets/community-sets/community-set/communities

    To create instances of this class use CommunitiesBuilder.

    See Also:
    CommunitiesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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