Uses of Class
org.opendaylight.genius.mdsalutil.ActionInfo
-
-
Uses of ActionInfo in org.opendaylight.genius.interfacemanager
Methods in org.opendaylight.genius.interfacemanager that return types with arguments of type ActionInfo Modifier and Type Method Description static java.util.List<ActionInfo>IfmUtil. getEgressActionInfosForInterface(java.lang.String interfaceName, int actionKeyStart, InterfaceManagerCommonUtils interfaceUtils, java.lang.Boolean isDefaultEgress)static java.util.List<ActionInfo>IfmUtil. getEgressActionInfosForInterface(java.lang.String interfaceName, java.lang.Long tunnelKey, int actionKeyStart, InterfaceManagerCommonUtils interfaceUtils, java.lang.Boolean isDefaultEgress)Returns a list of Actions to be taken when sending a packet over an interface.static java.util.List<ActionInfo>IfmUtil. getEgressActionInfosForInterface(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.Interface interfaceInfo, java.lang.String portNo, InterfaceInfo.InterfaceType ifaceType, java.lang.Long tunnelKey, int actionKeyStart, boolean isDefaultEgress, int ifIndex, long groupId)Returns the list of egress actions for a given interface.java.util.List<ActionInfo>InterfacemgrProvider. getInterfaceEgressActions(java.lang.String ifName)Method parameters in org.opendaylight.genius.interfacemanager with type arguments of type ActionInfo Modifier and Type Method Description static voidIfmUtil. addEgressActionInfosForInterface(int ifIndex, int actionKeyStart, java.util.List<ActionInfo> result) -
Uses of ActionInfo in org.opendaylight.genius.interfacemanager.interfaces
Methods in org.opendaylight.genius.interfacemanager.interfaces that return types with arguments of type ActionInfo Modifier and Type Method Description java.util.List<ActionInfo>IInterfaceManager. getInterfaceEgressActions(java.lang.String ifName) -
Uses of ActionInfo in org.opendaylight.genius.mdsalutil
Methods in org.opendaylight.genius.mdsalutil that return types with arguments of type ActionInfo Modifier and Type Method Description java.util.List<ActionInfo>ActionInfoList. getActionInfos()Method parameters in org.opendaylight.genius.mdsalutil with type arguments of type ActionInfo Modifier and Type Method Description static java.util.List<org.opendaylight.yang.gen.v1.urn.opendaylight.action.types.rev131112.action.list.Action>MDSALUtil. buildActions(java.util.List<ActionInfo> actions)static org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.TransmitPacketInputMDSALUtil. getPacketOut(java.util.List<ActionInfo> actionInfos, byte[] payload, long dpnId, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorRef ingress)static org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.TransmitPacketInputMDSALUtil. getPacketOut(java.util.List<ActionInfo> actionInfos, byte[] payload, org.opendaylight.yangtools.yang.common.Uint64 dpnId, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorRef nodeConnRef)static org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.TransmitPacketInputMDSALUtil. getPacketOutDefault(java.util.List<ActionInfo> actionInfos, byte[] payload, org.opendaylight.yangtools.yang.common.Uint64 dpnId)static org.opendaylight.yang.gen.v1.urn.opendaylight.packet.service.rev130709.TransmitPacketInputMDSALUtil. getPacketOutFromController(java.util.List<ActionInfo> actionInfos, byte[] payload, long dpnId, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.NodeConnectorRef egress)Constructor parameters in org.opendaylight.genius.mdsalutil with type arguments of type ActionInfo Constructor Description ActionInfoList(java.util.List<ActionInfo> actionInfos)BucketInfo(java.util.List<ActionInfo> listActions)BucketInfo(java.util.List<ActionInfo> actionInfos, java.lang.Integer weight, java.lang.Long watchPort, java.lang.Long watchGroup) -
Uses of ActionInfo in org.opendaylight.genius.mdsalutil.actions
Subclasses of ActionInfo in org.opendaylight.genius.mdsalutil.actions Modifier and Type Class Description classActionDropDrop action.classActionGroupGroup action.classActionLearnLearn action.classActionLoadIpToSpaLoad IP Address to SPA (Sender Protocol Address).classActionLoadMacToShaLoad MAC address to SHA (Sender Hardware Address).classActionMoveShaToThaMove Source Hardware address to Destination address, to where the ARP response need to be addressed to.classActionMoveSourceDestinationEthMove source/destination Ethernet action.classActionMoveSourceDestinationIpMove source/destination IP action.classActionMoveSourceDestinationIpv6Move source/destination IPv6 action.classActionMoveSpaToTpaMove Source IP address to Destination IP address, to where the ARP response need to be addressed to.classActionNdOptionTypeSet source IPv6 action.classActionNdReservedSet source IPv6 action.classActionNxConntrackNX conntrack action.classActionNxCtClearConntrack Clear action.classActionNxLoadInPortNX load in port action.classActionNxLoadMetadataNX load metadata action.classActionNxResubmitNX resubmit action.classActionOutputOutput action.classActionPopMplsPop MPLS action.classActionPopPbbPop PBB action.classActionPopVlanPop VLAN action.classActionPuntToControllerPunt to controller action.classActionPushMplsPush MPLS action.classActionPushPbbPush PBB action.classActionPushVlanPush VLAN action.classActionRegLoadAction to load an NXM register.classActionRegMoveAction to move an NXM register.classActionSetArpOpSet ARP Operation Type that is Request or Replay.classActionSetDestinationIpSet destination IP action.classActionSetFieldDscpclassActionSetFieldEthernetDestinationSet Ethernet destination field action.classActionSetFieldEthernetSourceSet Ethernet source field action.classActionSetFieldMetaclassActionSetFieldMplsLabelSet MPLS label field action.classActionSetFieldPbbIsidSet PBB ISID field action.classActionSetFieldTunnelIdSet tunnel id field action.classActionSetFieldVlanVidSet VLAN VID field action.classActionSetIcmpTypeSet ICMP type action.classActionSetIcmpv6TypeSet ICMPv6 type action.classActionSetIpv6NdTargetSet IPv6 ND TarAbstractClusteredAsyncDataTreeChangeListenerget action.classActionSetIpv6NdTllSet IPv6 ND TLL action.classActionSetSourceIpSet source IP action.classActionSetSourceIpv6Set source IPv6 action.classActionSetTcpDestinationPortSet TCP destination port action.classActionSetTcpSourcePortSet TCP source port action.classActionSetTunnelDestinationIpSet tunnel destination IP action.classActionSetTunnelSourceIpSet tunnel source IP action.classActionSetUdpDestinationPortSet UDP destination port action.classActionSetUdpProtocolSet UDP protocol action.classActionSetUdpSourcePortSet UDP source port action. -
Uses of ActionInfo in org.opendaylight.genius.mdsalutil.instructions
Methods in org.opendaylight.genius.mdsalutil.instructions that return types with arguments of type ActionInfo Modifier and Type Method Description java.util.List<ActionInfo>InstructionApplyActions. getActionInfos()java.util.List<ActionInfo>InstructionWriteActions. getActionInfos()Constructor parameters in org.opendaylight.genius.mdsalutil.instructions with type arguments of type ActionInfo Constructor Description InstructionApplyActions(java.util.List<ActionInfo> actionsInfos)InstructionWriteActions(java.util.List<ActionInfo> actionInfos)
-