Interface ArpSourceHardwareAddress

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

    public interface ArpSourceHardwareAddress
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ArpMatchFields>, org.opendaylight.yangtools.yang.binding.Augmentable<ArpSourceHardwareAddress>, MacAddressFilter
    ARP source hardware address.

    This class represents the following YANG schema fragment defined in module opendaylight-match-types

     container arp-source-hardware-address {
       presence "Match field is active and set";
       uses mac-address-filter;
     }
     
    The schema path to identify an instance is opendaylight-match-types/arp-match-fields/arp-source-hardware-address

    To create instances of this class use ArpSourceHardwareAddressBuilder.

    See Also:
    ArpSourceHardwareAddressBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<ArpSourceHardwareAddress> 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 MacAddressFilter