Interface EthernetSource

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<EthernetSource>, 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 EthernetSource
    extends org.opendaylight.yangtools.yang.binding.ChildOf<EthernetMatchFields>, org.opendaylight.yangtools.yang.binding.Augmentable<EthernetSource>, MacAddressFilter
    Ethernet source address.

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

     container ethernet-source {
       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-source

    To create instances of this class use EthernetSourceBuilder.

    See Also:
    EthernetSourceBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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