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

    @Generated("mdsal-binding-generator")
    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  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress getDestinationMacAddress()
      Return destinationMacAddress, or null if it is not present.
      org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress getDestinationMacAddressMask()
      Return destinationMacAddressMask, or null if it is not present.
      org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress getSourceMacAddress()
      Return sourceMacAddress, or null if it is not present.
      org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress getSourceMacAddressMask()
      Return sourceMacAddressMask, or null if it is not present.
      java.lang.Class<? extends AclEthHeaderFields> implementedInterface()  
    • 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()
        Return destinationMacAddress, or null if it is not present.
             
                 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 it is not present.
      • getDestinationMacAddressMask

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress getDestinationMacAddressMask()
        Return destinationMacAddressMask, or null if it is not present.
             
                 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 it is not present.
      • getSourceMacAddress

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress getSourceMacAddress()
        Return sourceMacAddress, or null if it is not present.
             
                 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 it is not present.
      • getSourceMacAddressMask

        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress getSourceMacAddressMask()
        Return sourceMacAddressMask, or null if it is not present.
             
                 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 it is not present.