public interface Mac extends DataObject, Augmentable<Mac>, Address
This class represents the following YANG schema fragment defined in module ietf-lisp-address-types
case mac { leaf mac { when "../address-type = 'laddr:mac-afi'" { } type yang:mac-address; } }The schema path to identify an instance is ietf-lisp-address-types/lisp-address/address/mac
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable MacAddress |
getMac()
MAC address.
|
augmentation
getImplementedInterface
@Nullable MacAddress getMac()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress
mac
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.