VmwareAAGConfigArgs

data class VmwareAAGConfigArgs(val aagConfigDisabled: Output<Boolean>? = null) : ConvertibleToJava<VmwareAAGConfigArgs>

Specifies anti affinity group config for the VMware user cluster.

Constructors

Link copied to clipboard
fun VmwareAAGConfigArgs(aagConfigDisabled: Output<Boolean>? = null)

Functions

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

Properties

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

Spread nodes across at least three physical hosts (requires at least three hosts). Enabled by default.