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;
}
list ct-actions {
key choice ofpact-actions {
case nx-action-nat-case {
container nx-action-nat {
leaf flags {
type uint16;
}
leaf range_present {
type uint16;
}
leaf ip-address-min {
type ip-address;
}
leaf ip-address-max {
type ip-address;
}
leaf port-min {
type uint16;
}
leaf port-max {
type uint16;
}
}
}
}
uses ofpact-actions;
}
}
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() |
List<CtActions> |
getCtActions() |
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 © 2017 OpenDaylight. All rights reserved.