| Package | Description |
|---|---|
| org.onosproject.net.flow.instructions |
Traffic treatment model.
|
| Modifier and Type | Method and Description |
|---|---|
abstract L2ModificationInstruction.L2SubType |
L2ModificationInstruction.subtype() |
L2ModificationInstruction.L2SubType |
L2ModificationInstruction.ModEtherInstruction.subtype() |
L2ModificationInstruction.L2SubType |
L2ModificationInstruction.PushHeaderInstructions.subtype() |
L2ModificationInstruction.L2SubType |
L2ModificationInstruction.ModVlanIdInstruction.subtype() |
L2ModificationInstruction.L2SubType |
L2ModificationInstruction.ModVlanPcpInstruction.subtype() |
L2ModificationInstruction.L2SubType |
L2ModificationInstruction.ModMplsLabelInstruction.subtype() |
static L2ModificationInstruction.L2SubType |
L2ModificationInstruction.L2SubType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static L2ModificationInstruction.L2SubType[] |
L2ModificationInstruction.L2SubType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ModEtherInstruction(L2ModificationInstruction.L2SubType subType,
org.onlab.packet.MacAddress addr) |
PushHeaderInstructions(L2ModificationInstruction.L2SubType subType,
org.onlab.packet.Ethernet ethernetType) |
Copyright © 2015. All rights reserved.