Interface AclEthHeaderFields

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    AceEth

    public interface AclEthHeaderFields
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Fields in Ethernet header.

    This class represents the following YANG schema fragment defined in module ietf-packet-fields

     grouping acl-eth-header-fields {
       leaf destination-mac-address {
         type yang:mac-address;
       }
       leaf destination-mac-address-mask {
         type yang:mac-address;
       }
       leaf source-mac-address {
         type yang:mac-address;
       }
       leaf source-mac-address-mask {
         type yang:mac-address;
       }
     }
     
    The schema path to identify an instance is ietf-packet-fields/acl-eth-header-fields
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

        java.lang.Class<? extends AclEthHeaderFields> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getDestinationMacAddress

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress getDestinationMacAddress()
        Destination IEEE 802 MAC address.
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress destinationMacAddress, or null if not present
      • getDestinationMacAddressMask

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress getDestinationMacAddressMask()
        Destination IEEE 802 MAC address mask.
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress destinationMacAddressMask, or null if not present
      • getSourceMacAddress

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress getSourceMacAddress()
        Source IEEE 802 MAC address.
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress sourceMacAddress, or null if not present
      • getSourceMacAddressMask

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress getSourceMacAddressMask()
        Source IEEE 802 MAC address mask.
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress sourceMacAddressMask, or null if not present