| Package | Description |
|---|---|
| org.onosproject.net.flow.instructions |
Traffic treatment model.
|
| Modifier and Type | Method and Description |
|---|---|
abstract L3ModificationInstruction.L3SubType |
L3ModificationInstruction.subtype()
Returns the subtype of the modification instruction.
|
L3ModificationInstruction.L3SubType |
L3ModificationInstruction.ModIPInstruction.subtype() |
static L3ModificationInstruction.L3SubType |
L3ModificationInstruction.L3SubType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static L3ModificationInstruction.L3SubType[] |
L3ModificationInstruction.L3SubType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ModIPInstruction(L3ModificationInstruction.L3SubType subType,
org.onlab.packet.IpAddress addr) |
Copyright © 2015. All rights reserved.