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 {
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() |
Copyright © 2019 OpenDaylight. All rights reserved.