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 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/nx-resubmit
To create instances of this class use NxResubmitBuilder.
NxResubmitBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Integer |
getInPort() |
@Nullable Short |
getTable() |
default Class<NxResubmit> |
implementedInterface() |
default Class<NxResubmit> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Integer getInPort()
java.lang.Integer inPort, or null if not present@Nullable Short getTable()
java.lang.Short table, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.