public interface TransmitPacketInput extends RawPacket, ActionList, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<TransmitPacketInput>
This class represents the following YANG schema fragment defined in module packet-processing
input {
uses inv:node-context-ref;
leaf connection-cookie {
type connection-cookie;
}
leaf egress {
type inv:node-connector-ref;
}
leaf buffer-id {
type uint32;
}
uses raw-packet;
uses action-type:action-list;
}
The schema path to identify an instance is
packet-processing/transmit-packet/input
To create instances of this class use TransmitPacketInputBuilder.
TransmitPacketInputBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Long |
getBufferId() |
@Nullable ConnectionCookie |
getConnectionCookie() |
@Nullable org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorRef |
getEgress() |
default Class<TransmitPacketInput> |
implementedInterface() |
getIngress, getPayloadgetAction, nonnullActiondefault Class<TransmitPacketInput> implementedInterface()
implementedInterface in interface ActionListimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObjectimplementedInterface in interface org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRefimplementedInterface in interface RawPacketimplementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcInput@Nullable ConnectionCookie getConnectionCookie()
org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.ConnectionCookie connectionCookie, or null if not present@Nullable org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorRef getEgress()
org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorRef egress, or null if not present@Nullable Long getBufferId()
java.lang.Long bufferId, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.