public abstract class L2ModificationInstruction extends Object implements Instruction
| Modifier and Type | Class and Description |
|---|---|
static class |
L2ModificationInstruction.L2SubType
Represents the type of traffic treatment.
|
static class |
L2ModificationInstruction.ModEtherInstruction
Represents a L2 src/dst modification instruction.
|
static class |
L2ModificationInstruction.ModMplsLabelInstruction
Represents a MPLS label modification.
|
static class |
L2ModificationInstruction.ModVlanIdInstruction
Represents a VLAN id modification instruction.
|
static class |
L2ModificationInstruction.ModVlanPcpInstruction
Represents a VLAN PCP modification instruction.
|
static class |
L2ModificationInstruction.PushHeaderInstructions |
Instruction.Type| Constructor and Description |
|---|
L2ModificationInstruction() |
| Modifier and Type | Method and Description |
|---|---|
abstract L2ModificationInstruction.L2SubType |
subtype() |
Instruction.Type |
type()
Returns the type of instruction.
|
public abstract L2ModificationInstruction.L2SubType subtype()
public Instruction.Type type()
Instructiontype in interface InstructionCopyright © 2015. All rights reserved.