Modifier and Type | Method and Description |
---|---|
VlanVid |
OFActionSetVlanVid.getVlanVid() |
VlanVid |
OFActionSetVlanVid.Builder.getVlanVid() |
Modifier and Type | Method and Description |
---|---|
OFActionSetVlanVid |
OFActions.setVlanVid(VlanVid vlanVid) |
OFActionSetVlanVid.Builder |
OFActionSetVlanVid.Builder.setVlanVid(VlanVid vlanVid) |
Modifier and Type | Method and Description |
---|---|
VlanVid |
OFBsnTlvVlanVid.getValue() |
VlanVid |
OFBsnTlvVlanVid.Builder.getValue() |
Modifier and Type | Method and Description |
---|---|
OFBsnTlvVlanVid.Builder |
OFBsnTlvVlanVid.Builder.setValue(VlanVid value) |
OFBsnTlvVlanVid |
OFBsnTlvs.vlanVid(VlanVid value) |
Modifier and Type | Method and Description |
---|---|
OFActionSetVlanVid |
OFActionsVer10.setVlanVid(VlanVid vlanVid) |
OFBsnTlvVlanVid |
OFBsnTlvsVer10.vlanVid(VlanVid value) |
Modifier and Type | Method and Description |
---|---|
OFActionSetVlanVid |
OFActionsVer11.setVlanVid(VlanVid vlanVid) |
OFBsnTlvVlanVid |
OFBsnTlvsVer11.vlanVid(VlanVid value) |
Modifier and Type | Method and Description |
---|---|
OFActionSetVlanVid |
OFActionsVer12.setVlanVid(VlanVid vlanVid) |
OFBsnTlvVlanVid |
OFBsnTlvsVer12.vlanVid(VlanVid value) |
Modifier and Type | Method and Description |
---|---|
OFActionSetVlanVid |
OFActionsVer13.setVlanVid(VlanVid vlanVid) |
OFBsnTlvVlanVid |
OFBsnTlvsVer13.vlanVid(VlanVid value) |
Modifier and Type | Method and Description |
---|---|
OFActionSetVlanVid |
OFActionsVer14.setVlanVid(VlanVid vlanVid) |
OFBsnTlvVlanVid |
OFBsnTlvsVer14.vlanVid(VlanVid value) |
Modifier and Type | Field and Description |
---|---|
static VlanVid |
VlanVid.FULL_MASK |
static VlanVid |
VlanVid.NO_MASK
for use with masking operations
|
static VlanVid |
VlanVid.ZERO
this value means 'not set' in OF1.0 (e.g., in a match).
|
Modifier and Type | Method and Description |
---|---|
VlanVid |
VlanVid.applyMask(VlanVid mask) |
VlanVid |
OFVlanVidMatch.getVlanVid() |
static VlanVid |
VlanVid.ofVlan(int vid) |
static VlanVid |
VlanVid.read2Bytes(io.netty.buffer.ByteBuf c) |
Modifier and Type | Method and Description |
---|---|
VlanVid |
VlanVid.applyMask(VlanVid mask) |
int |
VlanVid.compareTo(VlanVid o) |
static OFVlanVidMatch |
OFVlanVidMatch.ofVlanVid(VlanVid vid) |
Copyright © 2015. All rights reserved.