Class L2ModificationInstruction.ModVlanPcpInstruction
- java.lang.Object
-
- org.onosproject.net.flow.instructions.L2ModificationInstruction
-
- org.onosproject.net.flow.instructions.L2ModificationInstruction.ModVlanPcpInstruction
-
- All Implemented Interfaces:
Instruction
- Enclosing class:
- L2ModificationInstruction
public static final class L2ModificationInstruction.ModVlanPcpInstruction extends L2ModificationInstruction
Represents a VLAN PCP 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(Object obj)
int
hashCode()
L2ModificationInstruction.L2SubType
subtype()
String
toString()
byte
vlanPcp()
-
Methods inherited from class org.onosproject.net.flow.instructions.L2ModificationInstruction
type
-
-
-
-
Method Detail
-
subtype
public L2ModificationInstruction.L2SubType subtype()
- Specified by:
subtype
in classL2ModificationInstruction
-
vlanPcp
public byte vlanPcp()
-
-