public interface FlowModOutputToPort extends org.opendaylight.yangtools.yang.binding.ChildOf<FlowModSpec>, org.opendaylight.yangtools.yang.binding.Augmentable<FlowModOutputToPort>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action
container flow-mod-output-to-port {
leaf flow-mod-num-bits {
type uint16;
}
leaf src-field {
type uint32;
}
leaf src-ofs {
type uint16;
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-action/flow-mod-spec/flow-mod-spec/flow-mod-output-to-port-case/flow-mod-output-to-port
To create instances of this class use FlowModOutputToPortBuilder.
FlowModOutputToPortBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getFlowModNumBits() |
Long |
getSrcField() |
Integer |
getSrcOfs() |
Integer getFlowModNumBits()
java.lang.Integer flowModNumBits, or null if not presentLong getSrcField()
java.lang.Long srcField, or null if not presentInteger getSrcOfs()
java.lang.Integer srcOfs, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.