Skip to content

/AWS1/CL_NWFPROXYCFGDEFRLPHA00

Evaluation points in the traffic flow where rules are applied. There are three phases in a traffic where the rule match is applied.

This data type is used specifically for the CreateProxyConfiguration and UpdateProxyConfiguration APIs.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_predns TYPE /AWS1/NWFPROXYRULEPHASEACTION /AWS1/NWFPROXYRULEPHASEACTION

Before domain resolution.

iv_prerequest TYPE /AWS1/NWFPROXYRULEPHASEACTION /AWS1/NWFPROXYRULEPHASEACTION

After DNS, before request.

iv_postresponse TYPE /AWS1/NWFPROXYRULEPHASEACTION /AWS1/NWFPROXYRULEPHASEACTION

After receiving response.


Queryable Attributes

PreDNS

Before domain resolution.

Accessible with the following methods

Method Description
GET_PREDNS() Getter for PREDNS, with configurable default
ASK_PREDNS() Getter for PREDNS w/ exceptions if field has no value
HAS_PREDNS() Determine if PREDNS has a value

PreREQUEST

After DNS, before request.

Accessible with the following methods

Method Description
GET_PREREQUEST() Getter for PREREQUEST, with configurable default
ASK_PREREQUEST() Getter for PREREQUEST w/ exceptions if field has no value
HAS_PREREQUEST() Determine if PREREQUEST has a value

PostRESPONSE

After receiving response.

Accessible with the following methods

Method Description
GET_POSTRESPONSE() Getter for POSTRESPONSE, with configurable default
ASK_POSTRESPONSE() Getter for POSTRESPONSE w/ exceptions if field has no value
HAS_POSTRESPONSE() Determine if POSTRESPONSE has a value