Interface PacketOutInput
-
- All Superinterfaces:
ActionsGrouping
,org.opendaylight.yangtools.yang.binding.Augmentable<PacketOutInput>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
,OfHeader
,PacketOut
,org.opendaylight.yangtools.yang.binding.RpcInput
public interface PacketOutInput extends PacketOut, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<PacketOutInput>
This class represents the following YANG schema fragment defined in module openflow-protocol
input input { uses packet-out; }
The schema path to identify an instance is openflow-protocol/packet-out/inputTo create instances of this class use
PacketOutInputBuilder
.- See Also:
PacketOutInputBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QName
QNAME
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Class<PacketOutInput>
implementedInterface()
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.action.rev150203.ActionsGrouping
getAction, nonnullAction
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.OfHeader
getVersion, getXid
-
Methods inherited from interface org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.PacketOut
getBufferId, getData, getInPort
-
-
-
-
Method Detail
-
implementedInterface
default Class<PacketOutInput> implementedInterface()
- Specified by:
implementedInterface
in interfaceActionsGrouping
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataContainer
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
- Specified by:
implementedInterface
in interfaceOfHeader
- Specified by:
implementedInterface
in interfacePacketOut
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.RpcInput
-
-