public interface NxOutputReg extends org.opendaylight.yangtools.yang.binding.ChildOf<NxActionOutputRegGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxOutputReg>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action
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/nx-output-reg
To create instances of this class use NxOutputRegBuilder.
NxOutputRegBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Integer |
getMaxLen()
The number of bytes to send when the chosen port is OFPP_CONTROLLER
|
@Nullable Src |
getSrc()
Choose the register with the OpenFlow output port, using the number of bits
specified from the register.
|
default Class<NxOutputReg> |
implementedInterface() |
default Class<NxOutputReg> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Src getSrc()
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.output.reg.grouping.nx.output.reg.Src src, or null if not present@Nullable Integer getMaxLen()
java.lang.Integer maxLen, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.