public interface AclEthHeaderFields extends DataObject
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
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable MacAddress |
getDestinationMacAddress()
Destination IEEE 802 MAC address.
|
@Nullable MacAddress |
getDestinationMacAddressMask()
Destination IEEE 802 MAC address mask.
|
@Nullable MacAddress |
getSourceMacAddress()
Source IEEE 802 MAC address.
|
@Nullable MacAddress |
getSourceMacAddressMask()
Source IEEE 802 MAC address mask.
|
getImplementedInterface
@Nullable MacAddress getDestinationMacAddress()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress
destinationMacAddress
, or null
if not present@Nullable MacAddress getDestinationMacAddressMask()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress
destinationMacAddressMask
, or null
if not present@Nullable MacAddress getSourceMacAddress()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress
sourceMacAddress
, or null
if not present@Nullable MacAddress getSourceMacAddressMask()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress
sourceMacAddressMask
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.