PortMapping

An object representing a port mapping.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The port number on the application.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: PortMapping.Builder.() -> Unit = {}): PortMapping
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String