public interface NxConntrack extends org.opendaylight.yangtools.yang.binding.ChildOf<NxActionConntrackGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxConntrack>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action
container nx-conntrack {
leaf flags {
type uint16;
}
leaf zone-src {
type uint32;
}
leaf conntrack-zone {
type uint16;
}
leaf recirc-table {
type uint8;
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-action/nx-action-conntrack-grouping/nx-conntrack
To create instances of this class use NxConntrackBuilder.
NxConntrackBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getConntrackZone() |
Integer |
getFlags() |
Short |
getRecircTable() |
Long |
getZoneSrc() |
Integer getFlags()
java.lang.Integer flags, or null if not presentLong getZoneSrc()
java.lang.Long zoneSrc, or null if not presentInteger getConntrackZone()
java.lang.Integer conntrackZone, or null if not presentShort getRecircTable()
java.lang.Short recircTable, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.