AgentPoolWindowsProfileArgs

data class AgentPoolWindowsProfileArgs(val disableOutboundNat: Output<Boolean>? = null) : ConvertibleToJava<AgentPoolWindowsProfileArgs>

The Windows agent pool's specific profile.

Constructors

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

Properties

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

The default value is false. Outbound NAT can only be disabled if the cluster outboundType is NAT Gateway and the Windows agent pool does not have node public IP enabled.

Functions

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