/AWS1/CL_APMPORTMAPPING¶
An object that represents a port mapping.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_port
TYPE /AWS1/APMPORTNUMBER
/AWS1/APMPORTNUMBER
¶
The port used for the port mapping.
iv_protocol
TYPE /AWS1/APMPORTPROTOCOL
/AWS1/APMPORTPROTOCOL
¶
The protocol used for the port mapping. Specify one protocol.
Queryable Attributes¶
port¶
The port used for the port mapping.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PORT() |
Getter for PORT, with configurable default |
ASK_PORT() |
Getter for PORT w/ exceptions if field has no value |
HAS_PORT() |
Determine if PORT has a value |
protocol¶
The protocol used for the port mapping. Specify one protocol.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PROTOCOL() |
Getter for PROTOCOL, with configurable default |
ASK_PROTOCOL() |
Getter for PROTOCOL w/ exceptions if field has no value |
HAS_PROTOCOL() |
Determine if PROTOCOL has a value |