public interface NxActionOutputRegGrouping
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-output-reg-grouping {
container nx-output-reg {
container src {
uses src-choice-grouping;
leaf ofs_nbits {
type uint16;
}
}
leaf max_len {
type uint16;
}
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-action/nx-action-output-reg-grouping| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable NxOutputReg |
getNxOutputReg() |
Class<? extends NxActionOutputRegGrouping> |
implementedInterface() |
Class<? extends NxActionOutputRegGrouping> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable NxOutputReg getNxOutputReg()
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.output.reg.grouping.NxOutputReg nxOutputReg, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.