Skip to content

/AWS1/CL_RBMPORTMAPPING

An object representing a port mapping.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_jobport TYPE /AWS1/RBMPORT /AWS1/RBMPORT

The port number on the simulation job instance to use as a remote connection point.

iv_applicationport TYPE /AWS1/RBMNONSYSTEMPORT /AWS1/RBMNONSYSTEMPORT

The port number on the application.

Optional arguments:

iv_enableonpublicip TYPE /AWS1/RBMBOOLEAN /AWS1/RBMBOOLEAN

A Boolean indicating whether to enable this port mapping on public IP.


Queryable Attributes

jobPort

The port number on the simulation job instance to use as a remote connection point.

Accessible with the following methods

Method Description
GET_JOBPORT() Getter for JOBPORT, with configurable default
ASK_JOBPORT() Getter for JOBPORT w/ exceptions if field has no value
HAS_JOBPORT() Determine if JOBPORT has a value

applicationPort

The port number on the application.

Accessible with the following methods

Method Description
GET_APPLICATIONPORT() Getter for APPLICATIONPORT, with configurable default
ASK_APPLICATIONPORT() Getter for APPLICATIONPORT w/ exceptions if field has no val
HAS_APPLICATIONPORT() Determine if APPLICATIONPORT has a value

enableOnPublicIp

A Boolean indicating whether to enable this port mapping on public IP.

Accessible with the following methods

Method Description
GET_ENABLEONPUBLICIP() Getter for ENABLEONPUBLICIP

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_PORTMAPPINGLIST

TYPES TT_PORTMAPPINGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RBMPORTMAPPING WITH DEFAULT KEY
.