public static interface PortMapping.Builder extends SdkPojo, CopyableBuilder<PortMapping.Builder,PortMapping>
| Modifier and Type | Method and Description |
|---|---|
PortMapping.Builder |
applicationPort(Integer applicationPort)
The port number on the application.
|
PortMapping.Builder |
enableOnPublicIp(Boolean enableOnPublicIp)
A Boolean indicating whether to enable this port mapping on public IP.
|
PortMapping.Builder |
jobPort(Integer jobPort)
The port number on the simulation job instance to use as a remote connection point.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPortMapping.Builder jobPort(Integer jobPort)
The port number on the simulation job instance to use as a remote connection point.
jobPort - The port number on the simulation job instance to use as a remote connection point.PortMapping.Builder applicationPort(Integer applicationPort)
The port number on the application.
applicationPort - The port number on the application.PortMapping.Builder enableOnPublicIp(Boolean enableOnPublicIp)
A Boolean indicating whether to enable this port mapping on public IP.
enableOnPublicIp - A Boolean indicating whether to enable this port mapping on public IP.Copyright © 2022. All rights reserved.