Interface EthernetDestination

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

    public interface EthernetDestination
    extends org.opendaylight.yangtools.yang.binding.ChildOf<EthernetMatchFields>, org.opendaylight.yangtools.yang.binding.Augmentable<EthernetDestination>, MacAddressFilter
    Ethernet destination address.

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

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

    To create instances of this class use EthernetDestinationBuilder.

    See Also:
    EthernetDestinationBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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