public interface MacAddressGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-match
grouping mac-address-grouping {
leaf mac-address {
type mac-address;
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-match/mac-address-grouping| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.MacAddress |
getMacAddress() |
Copyright © 2017 OpenDaylight. All rights reserved.