public interface NxResubmit extends org.opendaylight.yangtools.yang.binding.ChildOf<NxActionResubmitGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxResubmit>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action
container nx-resubmit {
leaf in-port {
type in-port;
}
leaf table {
type table;
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-action/nx-action-resubmit-grouping/nx-resubmit
To create instances of this class use NxResubmitBuilder.
NxResubmitBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getInPort() |
Short |
getTable() |
Copyright © 2017 OpenDaylight. All rights reserved.