TcpConfigArgs

data class TcpConfigArgs(val destination: Output<GatewayDestinationArgs>, val name: Output<String>, val port: Output<Int>) : ConvertibleToJava<TcpConfigArgs>

Describes the tcp configuration for external connectivity for this network.

Constructors

Link copied to clipboard
constructor(destination: Output<GatewayDestinationArgs>, name: Output<String>, port: Output<Int>)

Properties

Link copied to clipboard

Describes destination endpoint for routing traffic.

Link copied to clipboard
val name: Output<String>

tcp gateway config name.

Link copied to clipboard
val port: Output<Int>

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

Functions

Link copied to clipboard
open override fun toJava(): TcpConfigArgs