FastSocketArgs

data class FastSocketArgs(val enabled: Output<Boolean>? = null) : ConvertibleToJava<FastSocketArgs>

Configuration of Fast Socket feature.

Constructors

Link copied to clipboard
fun FastSocketArgs(enabled: Output<Boolean>? = null)

Functions

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

Properties

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

Whether Fast Socket features are enabled in the node pool.