TcpConfigResponse

data class TcpConfigResponse(val destination: GatewayDestinationResponse, val name: String, val port: Int)

Describes the tcp configuration for external connectivity for this network.

Constructors

Link copied to clipboard
constructor(destination: GatewayDestinationResponse, name: String, port: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes destination endpoint for routing traffic.

Link copied to clipboard

tcp gateway config name.

Link copied to clipboard
val port: Int

Specifies the port at which the service endpoint below needs to be exposed.