Interface Communities

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

    public interface Communities
    extends org.opendaylight.yangtools.yang.binding.ChildOf<SetCommunity>, org.opendaylight.yangtools.yang.binding.Augmentable<Communities>, Community
    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 communities {
       uses bgp-t: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-community/set-community-method/inline/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