public final class VTNPopVlanAction extends VTNFlowAction
VTNPopVlanAction describes the flow action that strips the outermost
VLAN tag.| Constructor and Description |
|---|
VTNPopVlanAction()
Construct a new instance without specifying action order.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription(org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action act)
Return a brief description about the specified MD-SAL action.
|
static VtnPopVlanActionCase |
newVtnAction()
Create a new
VtnPopVlanActionCase instance. |
protected org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder |
set(org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder builder)
Set a MD-SAL action into the given action builder.
|
protected VtnFlowActionBuilder |
set(VtnFlowActionBuilder builder)
Set a VTN action into the given VTN flow action builder.
|
VtnPopVlanActionCase |
toVtnAction(org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action act)
Convert the given MD-SAL action instance into a
VtnAction
instance. |
appendContents, cast, equals, getErrorMessage, hashCode, toActionBuilder, toString, toVtnFlowActionBuilderpublic VTNPopVlanAction()
public static VtnPopVlanActionCase newVtnAction()
VtnPopVlanActionCase instance.VtnPopVlanActionCase instance.public VtnPopVlanActionCase toVtnAction(org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action act) throws RpcException
VtnAction
instance.
Note that this method must not affect instance variables.
toVtnAction in class VTNFlowActionact - An Action instance.VtnAction instance.RpcException - Failed to convert the given instance.public String getDescription(org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.Action act) throws RpcException
Note that this method must not affect instance variables.
getDescription in class VTNFlowActionact - An Action instance.RpcException - An error occurred.protected VtnFlowActionBuilder set(VtnFlowActionBuilder builder)
set in class VTNFlowActionbuilder - A VtnFlowActionBuilder instance.builder.protected org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder set(org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.ActionBuilder builder)
set in class VTNFlowActionbuilder - An ActionBuilder instance.builder.Copyright © 2018 OpenDaylight. All rights reserved.