public interface NxActionResubmitGrouping
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-resubmit-grouping {
container nx-resubmit {
leaf in-port {
type uint16;
default 0xfff8;
}
leaf table {
type uint8 {
range "0 .. 255";
}
default 255;
}
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-action/nx-action-resubmit-grouping| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable NxResubmit |
getNxResubmit()
Re-searches OpenFlow flow table (or the table whose number is specified by
table) with the in-port field replaced by port (if port is specified) and
executes the actions found
|
Class<? extends NxActionResubmitGrouping> |
implementedInterface() |
Class<? extends NxActionResubmitGrouping> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable NxResubmit getNxResubmit()
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmit nxResubmit, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.