Interface AclEthHeaderFields
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
public interface AclEthHeaderFields extends org.opendaylight.yangtools.yang.binding.DataObjectFields 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.QNameQNAME
-
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.MacAddressgetDestinationMacAddress()Destination IEEE 802 MAC address.org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddressgetDestinationMacAddressMask()Destination IEEE 802 MAC address mask.org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddressgetSourceMacAddress()Source IEEE 802 MAC address.org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddressgetSourceMacAddressMask()Source IEEE 802 MAC address mask.Class<? extends AclEthHeaderFields>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends AclEthHeaderFields> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.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.MacAddressdestinationMacAddress, ornullif 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.MacAddressdestinationMacAddressMask, ornullif 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.MacAddresssourceMacAddress, ornullif 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.MacAddresssourceMacAddressMask, ornullif not present
-
-