Interface HwvtepMcastMacTableAttributes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, HwvtepPhysicalLocatorSetAttributes
    All Known Subinterfaces:
    LocalMcastMacs, RemoteMcastMacs

    @Generated("mdsal-binding-generator")
    public interface HwvtepMcastMacTableAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject, HwvtepPhysicalLocatorSetAttributes
    Multicast mac table attributes

    This class represents the following YANG schema fragment defined in module hwvtep

     grouping hwvtep-mcast-mac-table-attributes {
       leaf ipaddr {
         type inet:ip-address;
       }
       uses hwvtep-physical-locator-set-attributes;
     }
     
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • getIpaddr

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getIpaddr()
        Return ipaddr, or null if it is not present.
             
                 Optional IP address associated with the mac
             
         
        Returns:
        IpAddress ipaddr, or null if it is not present.
      • requireIpaddr

        default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress requireIpaddr()
        Return ipaddr, guaranteed to be non-null.
             
                 Optional IP address associated with the mac
             
         
        Returns:
        IpAddress ipaddr, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if ipaddr is not present