public static interface SimulationAppPortMapping.Builder extends SdkPojo, CopyableBuilder<SimulationAppPortMapping.Builder,SimulationAppPortMapping>
| Modifier and Type | Method and Description |
|---|---|
SimulationAppPortMapping.Builder |
actual(Integer actual)
The TCP/UDP port number of the running app.
|
SimulationAppPortMapping.Builder |
declared(Integer declared)
The TCP/UDP port number of the app, declared in the simulation schema.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSimulationAppPortMapping.Builder actual(Integer actual)
The TCP/UDP port number of the running app. SimSpace Weaver dynamically assigns this port number when the app
starts. SimSpace Weaver maps the Declared port to the Actual port. Clients connect
to the app using the app's IP address and the Actual port number.
actual - The TCP/UDP port number of the running app. SimSpace Weaver dynamically assigns this port number when
the app starts. SimSpace Weaver maps the Declared port to the Actual port.
Clients connect to the app using the app's IP address and the Actual port number.SimulationAppPortMapping.Builder declared(Integer declared)
The TCP/UDP port number of the app, declared in the simulation schema. SimSpace Weaver maps the
Declared port to the Actual port. The source code for the app should bind to the
Declared port.
declared - The TCP/UDP port number of the app, declared in the simulation schema. SimSpace Weaver maps the
Declared port to the Actual port. The source code for the app should bind to
the Declared port.Copyright © 2023. All rights reserved.