ApplicationGatewayConnectionDrainingArgs

data class ApplicationGatewayConnectionDrainingArgs(val drainTimeoutInSec: Output<Int>, val enabled: Output<Boolean>) : ConvertibleToJava<ApplicationGatewayConnectionDrainingArgs>

Connection draining allows open connections to a backend server to be active for a specified time after the backend server got removed from the configuration.

Constructors

Link copied to clipboard
constructor(drainTimeoutInSec: Output<Int>, enabled: Output<Boolean>)

Properties

Link copied to clipboard
val drainTimeoutInSec: Output<Int>

The number of seconds connection draining is active. Acceptable values are from 1 second to 3600 seconds.

Link copied to clipboard
val enabled: Output<Boolean>

Whether connection draining is enabled or not.

Functions

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