All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, 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 Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress
    Return ipaddr, or null if it is not present.
     
    default @NonNull org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress
    Return ipaddr, guaranteed to be non-null.

    Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.hwvtep.rev150901.HwvtepPhysicalLocatorSetAttributes

    getLocatorSet, nonnullLocatorSet
  • Field Details

    • QNAME

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

    • implementedInterface

      Class<? extends HwvtepMcastMacTableAttributes> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      Specified by:
      implementedInterface in interface HwvtepPhysicalLocatorSetAttributes
    • 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