/AWS1/CL_SSWSIMULATIONAPPEND00¶
Information about the network endpoint that you can use to connect to your custom or service app. For more information about SimSpace Weaver apps, see Key concepts: Apps in the SimSpace Weaver User Guide..
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_address TYPE /AWS1/SSWNONEMPTYSTRING /AWS1/SSWNONEMPTYSTRING¶
The IP address of the app. SimSpace Weaver dynamically assigns this IP address when the app starts.
it_ingressportmappings TYPE /AWS1/CL_SSWSIMULATIONAPPPOR00=>TT_APPPORTMAPPINGS TT_APPPORTMAPPINGS¶
The inbound TCP/UDP port numbers of the app. The combination of an IP address and a port number form a network endpoint.
Queryable Attributes¶
Address¶
The IP address of the app. SimSpace Weaver dynamically assigns this IP address when the app starts.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDRESS() |
Getter for ADDRESS, with configurable default |
ASK_ADDRESS() |
Getter for ADDRESS w/ exceptions if field has no value |
HAS_ADDRESS() |
Determine if ADDRESS has a value |
IngressPortMappings¶
The inbound TCP/UDP port numbers of the app. The combination of an IP address and a port number form a network endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INGRESSPORTMAPPINGS() |
Getter for INGRESSPORTMAPPINGS, with configurable default |
ASK_INGRESSPORTMAPPINGS() |
Getter for INGRESSPORTMAPPINGS w/ exceptions if field has no |
HAS_INGRESSPORTMAPPINGS() |
Determine if INGRESSPORTMAPPINGS has a value |