/AWS1/CL_NWFNATGATEWAYMAPPING¶
A NAT gateway that a proxy mode firewall uses to proxy traffic. This is used in CreateFirewall when NoSourcePreservation is TRUE.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_natgatewayid TYPE /AWS1/NWFNATGATEWAYID /AWS1/NWFNATGATEWAYID¶
A unique identifier for the NAT gateway to use with proxy resources.
Queryable Attributes¶
NatGatewayId¶
A unique identifier for the NAT gateway to use with proxy resources.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NATGATEWAYID() |
Getter for NATGATEWAYID, with configurable default |
ASK_NATGATEWAYID() |
Getter for NATGATEWAYID w/ exceptions if field has no value |
HAS_NATGATEWAYID() |
Determine if NATGATEWAYID has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_NATGATEWAYMAPPINGSLIST¶
TYPES TT_NATGATEWAYMAPPINGSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_NWFNATGATEWAYMAPPING WITH DEFAULT KEY
.