NetworkConnectionMonitorTestConfigurationTcpConfigurationArgs

data class NetworkConnectionMonitorTestConfigurationTcpConfigurationArgs(val destinationPortBehavior: Output<String>? = null, val port: Output<Int>, val traceRouteEnabled: Output<Boolean>? = null) : ConvertibleToJava<NetworkConnectionMonitorTestConfigurationTcpConfigurationArgs>

Constructors

constructor(destinationPortBehavior: Output<String>? = null, port: Output<Int>, traceRouteEnabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val destinationPortBehavior: Output<String>? = null

The destination port behavior for the TCP connection. Possible values are None and ListenIfAvailable.

Link copied to clipboard
val port: Output<Int>

The port for the TCP connection.

Link copied to clipboard
val traceRouteEnabled: Output<Boolean>? = null

Should path evaluation with trace route be enabled? Defaults to true.

Functions

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