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 @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Integer |
getConntrackZone() |
@Nullable List<CtActions> |
getCtActions() |
@Nullable Integer |
getFlags() |
@Nullable Short |
getRecircTable() |
@Nullable Long |
getZoneSrc() |
default Class<NxConntrack> |
implementedInterface() |
default @NonNull List<CtActions> |
nonnullCtActions() |
default Class<NxConntrack> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Integer getFlags()
java.lang.Integer flags, or null if not present@Nullable Long getZoneSrc()
java.lang.Long zoneSrc, or null if not present@Nullable Integer getConntrackZone()
java.lang.Integer conntrackZone, or null if not present@Nullable Short getRecircTable()
java.lang.Short recircTable, or null if not present@Nullable List<CtActions> getCtActions()
java.util.List ctActions, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.