PoolWindowArgs

data class PoolWindowArgs(val enableAutomaticUpdates: Output<Boolean>? = null) : ConvertibleToJava<PoolWindowArgs>

Constructors

Link copied to clipboard
fun PoolWindowArgs(enableAutomaticUpdates: Output<Boolean>? = null)

Functions

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

Properties

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

Whether automatic updates are enabled on the virtual machine. Defaults to true.