Interface MacMobilityExtendedCommunity

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

    public interface MacMobilityExtendedCommunity
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MacMobilityExtendedCommunity>, org.opendaylight.yangtools.yang.binding.Augmentable<MacMobilityExtendedCommunity>
    The MAC Mobility Extended Community is a transitive Extended Community that may be advertised along with MAC/IP Advertisement routes.

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

     container mac-mobility-extended-community {
       leaf static {
         type boolean;
         default false;
       }
       leaf seq-number {
         type uint32;
       }
     }
     
    The schema path to identify an instance is odl-bgp-evpn/mac-mobility-extended-community/mac-mobility-extended-community

    To create instances of this class use MacMobilityExtendedCommunityBuilder.

    See Also:
    MacMobilityExtendedCommunityBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Boolean isStatic()
        Returns:
        java.lang.Boolean static, or null if not present
      • getSeqNumber

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getSeqNumber()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 seqNumber, or null if not present