public interface NxActionConntrackGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action
grouping nx-action-conntrack-grouping {
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| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable NxConntrack |
getNxConntrack() |
@Nullable NxConntrack getNxConntrack()
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.conntrack.grouping.NxConntrack nxConntrack, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.