Interface ArpTargetHardwareAddress

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<ArpTargetHardwareAddress>, 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 ArpTargetHardwareAddress
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ArpMatchFields>, org.opendaylight.yangtools.yang.binding.Augmentable<ArpTargetHardwareAddress>, MacAddressFilter
    ARP target hardware address.

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

     container arp-target-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-target-hardware-address

    To create instances of this class use ArpTargetHardwareAddressBuilder.

    See Also:
    ArpTargetHardwareAddressBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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