Skip to content

/AWS1/CL_NWFFLOWOPERATION

Contains information about a flow operation, such as related statuses, unique identifiers, and all filters defined in the operation.

Flow operations let you manage the flows tracked in the flow table, also known as the firewall table.

A flow is network traffic that is monitored by a firewall, either by stateful or stateless rules. For traffic to be considered part of a flow, it must share Destination, DestinationPort, Direction, Protocol, Source, and SourcePort.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_minimumflowageinseconds TYPE /AWS1/NWFAGE /AWS1/NWFAGE

The reqested FlowOperation ignores flows with an age (in seconds) lower than MinimumFlowAgeInSeconds. You provide this for start commands.

it_flowfilters TYPE /AWS1/CL_NWFFLOWFILTER=>TT_FLOWFILTERS TT_FLOWFILTERS

Defines the scope a flow operation. You can use up to 20 filters to configure a single flow operation.


Queryable Attributes

MinimumFlowAgeInSeconds

The reqested FlowOperation ignores flows with an age (in seconds) lower than MinimumFlowAgeInSeconds. You provide this for start commands.

Accessible with the following methods

Method Description
GET_MINIMUMFLOWAGEINSECONDS() Getter for MINIMUMFLOWAGEINSECONDS, with configurable defaul
ASK_MINIMUMFLOWAGEINSECONDS() Getter for MINIMUMFLOWAGEINSECONDS w/ exceptions if field ha
HAS_MINIMUMFLOWAGEINSECONDS() Determine if MINIMUMFLOWAGEINSECONDS has a value

FlowFilters

Defines the scope a flow operation. You can use up to 20 filters to configure a single flow operation.

Accessible with the following methods

Method Description
GET_FLOWFILTERS() Getter for FLOWFILTERS, with configurable default
ASK_FLOWFILTERS() Getter for FLOWFILTERS w/ exceptions if field has no value
HAS_FLOWFILTERS() Determine if FLOWFILTERS has a value