| Interface | Description |
|---|---|
| Instruction |
Abstraction of a single traffic treatment step.
|
| Class | Description |
|---|---|
| Instructions |
Factory class for creating various traffic treatment instructions.
|
| Instructions.DropInstruction |
Drop instruction.
|
| Instructions.GroupInstruction |
Group Instruction.
|
| Instructions.MetadataInstruction |
Metadata instruction.
|
| Instructions.MeterInstruction |
A meter instruction.
|
| Instructions.OutputInstruction |
Output Instruction.
|
| Instructions.TableTypeTransition |
Transition instruction.
|
| L0ModificationInstruction | |
| L0ModificationInstruction.ModLambdaInstruction |
Represents a L0 lambda modification instruction.
|
| L0ModificationInstruction.ModOchSignalInstruction |
Represents an L0 OCh (Optical Channel) modification instruction.
|
| L2ModificationInstruction |
Abstraction of a single traffic treatment step.
|
| L2ModificationInstruction.ModEtherInstruction |
Represents a L2 src/dst modification instruction.
|
| L2ModificationInstruction.ModMplsBosInstruction |
Represents a MPLS BOS modification.
|
| L2ModificationInstruction.ModMplsLabelInstruction |
Represents a MPLS label modification.
|
| L2ModificationInstruction.ModMplsTtlInstruction |
Represents a MPLS TTL modification.
|
| L2ModificationInstruction.ModTunnelIdInstruction |
Represents a Tunnel id modification.
|
| L2ModificationInstruction.ModVlanIdInstruction |
Represents a VLAN id modification instruction.
|
| L2ModificationInstruction.ModVlanPcpInstruction |
Represents a VLAN PCP modification instruction.
|
| L2ModificationInstruction.PopVlanInstruction |
Represents a VLAN POP modification instruction.
|
| L2ModificationInstruction.PushHeaderInstructions | |
| L3ModificationInstruction |
Abstraction of a single traffic treatment step.
|
| L3ModificationInstruction.ModIPInstruction |
Represents a L3 src/dst modification instruction.
|
| L3ModificationInstruction.ModIPv6FlowLabelInstruction |
Represents a L3 IPv6 Flow Label (RFC 6437) modification instruction
(20 bits unsigned integer).
|
| L3ModificationInstruction.ModTtlInstruction |
Represents a L3 TTL modification instruction.
|
| L4ModificationInstruction |
Abstraction of a single traffic treatment step.
|
| L4ModificationInstruction.ModTransportPortInstruction |
Represents a L4 src/dst modification instruction.
|
| Enum | Description |
|---|---|
| Instruction.Type |
Represents the type of traffic treatment.
|
| L0ModificationInstruction.L0SubType |
Represents the type of traffic treatment.
|
| L2ModificationInstruction.L2SubType |
Represents the type of traffic treatment.
|
| L3ModificationInstruction.L3SubType |
Represents the type of traffic treatment.
|
| L4ModificationInstruction.L4SubType |
Represents the type of traffic treatment.
|
Copyright © 2015. All rights reserved.