ConnectionMonitorTcpConfigurationArgs

data class ConnectionMonitorTcpConfigurationArgs(val destinationPortBehavior: Output<Either<String, DestinationPortBehavior>>? = null, val disableTraceRoute: Output<Boolean>? = null, val port: Output<Int>? = null) : ConvertibleToJava<ConnectionMonitorTcpConfigurationArgs>

Describes the TCP configuration.

Constructors

Link copied to clipboard
constructor(destinationPortBehavior: Output<Either<String, DestinationPortBehavior>>? = null, disableTraceRoute: Output<Boolean>? = null, port: Output<Int>? = null)

Properties

Link copied to clipboard

Destination port behavior.

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

Value indicating whether path evaluation with trace route should be disabled.

Link copied to clipboard
val port: Output<Int>? = null

The port to connect to.

Functions

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