Interface ExtendedCommunities

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

    public interface ExtendedCommunities
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Attributes>, org.opendaylight.yangtools.yang.binding.Augmentable<ExtendedCommunities>, ExtendedCommunity

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

     list extended-communities {
       uses bgp-t:extended-community;
     }
     
    The schema path to identify an instance is bgp-message/path-attributes/attributes/extended-communities

    To create instances of this class use ExtendedCommunitiesBuilder.

    See Also:
    ExtendedCommunitiesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<ExtendedCommunities> 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