Interface Instruction
-
- All Known Implementing Classes:
Instructions.ExtensionInstructionWrapper
,Instructions.GroupInstruction
,Instructions.MetadataInstruction
,Instructions.MeterInstruction
,Instructions.NoActionInstruction
,Instructions.OutputInstruction
,Instructions.SetQueueInstruction
,Instructions.StatTriggerInstruction
,Instructions.TableTypeTransition
,L0ModificationInstruction
,L0ModificationInstruction.ModOchSignalInstruction
,L1ModificationInstruction
,L1ModificationInstruction.ModOduSignalIdInstruction
,L2ModificationInstruction
,L2ModificationInstruction.ModEtherInstruction
,L2ModificationInstruction.ModMplsBosInstruction
,L2ModificationInstruction.ModMplsHeaderInstruction
,L2ModificationInstruction.ModMplsLabelInstruction
,L2ModificationInstruction.ModMplsTtlInstruction
,L2ModificationInstruction.ModTunnelIdInstruction
,L2ModificationInstruction.ModVlanHeaderInstruction
,L2ModificationInstruction.ModVlanIdInstruction
,L2ModificationInstruction.ModVlanPcpInstruction
,L3ModificationInstruction
,L3ModificationInstruction.ModArpEthInstruction
,L3ModificationInstruction.ModArpIPInstruction
,L3ModificationInstruction.ModArpOpInstruction
,L3ModificationInstruction.ModDscpInstruction
,L3ModificationInstruction.ModIPInstruction
,L3ModificationInstruction.ModIPv6FlowLabelInstruction
,L3ModificationInstruction.ModTtlInstruction
,L4ModificationInstruction
,L4ModificationInstruction.ModTransportPortInstruction
,PiInstruction
public interface Instruction
Abstraction of a single traffic treatment step.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Instruction.Type
Represents the type of traffic treatment.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Instruction.Type
type()
Returns the type of instruction.
-
-
-
Method Detail
-
type
Instruction.Type type()
Returns the type of instruction.- Returns:
- type of instruction
-
-