Class L2ModificationInstruction.ModVlanHeaderInstruction
- java.lang.Object
-
- org.onosproject.net.flow.instructions.L2ModificationInstruction
-
- org.onosproject.net.flow.instructions.L2ModificationInstruction.ModVlanHeaderInstruction
-
- All Implemented Interfaces:
Instruction
- Enclosing class:
- L2ModificationInstruction
public static final class L2ModificationInstruction.ModVlanHeaderInstruction extends L2ModificationInstruction
Represents a VLAN Header modification instruction.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.onosproject.net.flow.instructions.L2ModificationInstruction
L2ModificationInstruction.L2SubType, L2ModificationInstruction.ModEtherInstruction, L2ModificationInstruction.ModMplsBosInstruction, L2ModificationInstruction.ModMplsHeaderInstruction, L2ModificationInstruction.ModMplsLabelInstruction, L2ModificationInstruction.ModMplsTtlInstruction, L2ModificationInstruction.ModTunnelIdInstruction, L2ModificationInstruction.ModVlanHeaderInstruction, L2ModificationInstruction.ModVlanIdInstruction, L2ModificationInstruction.ModVlanPcpInstruction
-
Nested classes/interfaces inherited from interface org.onosproject.net.flow.instructions.Instruction
Instruction.Type
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
EthType
ethernetType()
int
hashCode()
L2ModificationInstruction.L2SubType
subtype()
java.lang.String
toString()
-
Methods inherited from class org.onosproject.net.flow.instructions.L2ModificationInstruction
type
-
-
-
-
Method Detail
-
ethernetType
public EthType ethernetType()
-
subtype
public L2ModificationInstruction.L2SubType subtype()
- Specified by:
subtype
in classL2ModificationInstruction
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
-