public interface AllMatchesGrouping extends org.opendaylight.yangtools.yang.binding.DataObject, NxmOfEthDstGrouping, NxmOfArpTpaGrouping, NxmNxTunIdGrouping, NxmOfArpSpaGrouping, NxmNxRegGrouping, NxmNxArpShaGrouping, NxmOfEthSrcGrouping, NxmNxTunIpv4DstGrouping, NxmOfEthTypeGrouping, NxmNxTunIpv4SrcGrouping, NxmNxArpThaGrouping, NxmOfArpOpGrouping
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-match
(Source path: META-INF/yang/openflowplugin-extension-nicira-match.yang):
grouping all-matches-grouping {
container nxm-of-arp-tpa {
leaf ipv4-address {
type ipv4-address;
}
uses ipv4-address-grouping;
}
container nxm-nx-tun-ipv4-src {
leaf ipv4-address {
type ipv4-address;
}
uses ipv4-address-grouping;
}
container nxm-of-eth-type {
leaf value {
type uint16;
}
}
container nxm-of-arp-spa {
leaf ipv4-address {
type ipv4-address;
}
uses ipv4-address-grouping;
}
container nxm-of-eth-dst {
leaf mac-address {
type mac-address;
}
uses mac-address-grouping;
}
container nxm-nx-arp-tha {
leaf mac-address {
type mac-address;
}
uses mac-address-grouping;
}
container nxm-nx-tun-id {
leaf value {
type uint64;
}
}
container nxm-nx-arp-sha {
leaf mac-address {
type mac-address;
}
uses mac-address-grouping;
}
container nxm-nx-tun-ipv4-dst {
leaf ipv4-address {
type ipv4-address;
}
uses ipv4-address-grouping;
}
container nxm-of-arp-op {
leaf value {
type uint16;
}
}
container nxm-of-eth-src {
leaf mac-address {
type mac-address;
}
uses mac-address-grouping;
}
container nxm-nx-reg {
leaf reg {
type identityref;
}
leaf value {
type uint32;
}
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-match/all-matches-grouping| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getNxmOfEthDstgetNxmOfArpTpagetNxmNxTunIdgetNxmOfArpSpagetNxmNxReggetNxmNxArpShagetNxmOfEthSrcgetNxmNxTunIpv4DstgetNxmOfEthTypegetNxmNxTunIpv4SrcgetNxmNxArpThagetNxmOfArpOpCopyright © 2015. All rights reserved.