Interface TransmitPacketInput

  • All Superinterfaces:
    ActionList, org.opendaylight.yangtools.yang.binding.Augmentable<TransmitPacketInput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef, RawPacket, org.opendaylight.yangtools.yang.binding.RpcInput

    public interface TransmitPacketInput
    extends org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef, RawPacket, ActionList, 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 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.

    See Also:
    TransmitPacketInputBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<TransmitPacketInput> implementedInterface()
        Specified by:
        implementedInterface in interface ActionList
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeContextRef
        Specified by:
        implementedInterface in interface RawPacket
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcInput
      • getConnectionCookie

        @Nullable ConnectionCookie getConnectionCookie()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.ConnectionCookie connectionCookie, or null if not present
      • getEgress

        @Nullable org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorRef getEgress()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorRef egress, or null if not present
      • getBufferId

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getBufferId()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 bufferId, or null if not present