Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match.Tunnel
Packages that use Tunnel
Package
Description
-
Uses of Tunnel in org.opendaylight.openflowplugin.impl.protocol.serialization.match
Methods in org.opendaylight.openflowplugin.impl.protocol.serialization.match that return TunnelModifier and TypeMethodDescriptionprotected Tunnel
TunnelIdEntrySerializer.extractEntry
(Match match) Methods in org.opendaylight.openflowplugin.impl.protocol.serialization.match with parameters of type TunnelModifier and TypeMethodDescriptionprotected org.opendaylight.yangtools.yang.common.Uint64
TunnelIdEntrySerializer.extractEntryMask
(Tunnel entry) protected void
TunnelIdEntrySerializer.serializeEntry
(Tunnel entry, org.opendaylight.yangtools.yang.common.Uint64 mask, io.netty.buffer.ByteBuf outBuffer) -
Uses of Tunnel in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.field._case
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.field._case that return TunnelModifier and TypeMethodDescriptionSetFieldBuilder.getTunnel()
Return current value associated with the property corresponding toMatch.getTunnel()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.action.set.field._case with parameters of type TunnelModifier and TypeMethodDescriptionSet the property corresponding toMatch.getTunnel()
to the specified value. -
Uses of Tunnel in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow that return TunnelModifier and TypeMethodDescriptionMatchBuilder.getTunnel()
Return current value associated with the property corresponding toMatch.getTunnel()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow with parameters of type TunnelModifier and TypeMethodDescriptionSet the property corresponding toMatch.getTunnel()
to the specified value. -
Uses of Tunnel in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.mod.removed
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.mod.removed that return TunnelModifier and TypeMethodDescriptionMatchBuilder.getTunnel()
Return current value associated with the property corresponding toMatch.getTunnel()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.flow.types.rev131026.flow.mod.removed with parameters of type TunnelModifier and TypeMethodDescriptionSet the property corresponding toMatch.getTunnel()
to the specified value. -
Uses of Tunnel in org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026 that return Tunnel -
Uses of Tunnel in org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match with type parameters of type TunnelModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Tunnel>>
E$$TunnelBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match that return TunnelMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match that return types with arguments of type TunnelMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match with parameters of type TunnelModifier and TypeMethodDescriptionstatic boolean
Tunnel.bindingEquals
(@NonNull Tunnel thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Tunnel.bindingHashCode
(@NonNull Tunnel obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Tunnel.bindingToString
(@NonNull Tunnel obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match with type arguments of type TunnelModifier and TypeMethodDescriptionTunnelBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Tunnel> augmentation) Add an augmentation to this builder's product.TunnelBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Tunnel>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.model.match.types.rev131026.match with parameters of type TunnelModifierConstructorDescriptionTunnelBuilder
(Tunnel base) Construct a builder initialized with state from specifiedTunnel
. -
Uses of Tunnel in org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.packet.in.message
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.packet.in.message that return TunnelModifier and TypeMethodDescriptionMatchBuilder.getTunnel()
Return current value associated with the property corresponding toMatch.getTunnel()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.packet.in.message with parameters of type TunnelModifier and TypeMethodDescriptionSet the property corresponding toMatch.getTunnel()
to the specified value. -
Uses of Tunnel in org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.packet.received
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.packet.received that return TunnelModifier and TypeMethodDescriptionMatchBuilder.getTunnel()
Return current value associated with the property corresponding toMatch.getTunnel()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.packet.received with parameters of type TunnelModifier and TypeMethodDescriptionSet the property corresponding toMatch.getTunnel()
to the specified value.