@Generated(value="software.amazon.awssdk:codegen") public final class SimulationAppPortMapping extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SimulationAppPortMapping.Builder,SimulationAppPortMapping>
A collection of TCP/UDP ports for a custom or service app.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SimulationAppPortMapping.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
actual()
The TCP/UDP port number of the running app.
|
static SimulationAppPortMapping.Builder |
builder() |
Integer |
declared()
The TCP/UDP port number of the app, declared in the simulation schema.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SimulationAppPortMapping.Builder> |
serializableBuilderClass() |
SimulationAppPortMapping.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
Declared port to the Actual port. Clients
connect to the app using the app's IP address and the Actual port number.public final 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 port to the Actual port. The source code for the app should bind to
the Declared port.public SimulationAppPortMapping.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SimulationAppPortMapping.Builder,SimulationAppPortMapping>public static SimulationAppPortMapping.Builder builder()
public static Class<? extends SimulationAppPortMapping.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.