PoolWindowArgs

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

Constructors

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

Properties

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

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

Functions

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