WindowsNodeConfigArgs

data class WindowsNodeConfigArgs(val osVersion: Output<WindowsNodeConfigOsVersion>? = null) : ConvertibleToJava<WindowsNodeConfigArgs>

Parameters that can be configured on Windows nodes. Windows Node Config that define the parameters that will be used to configure the Windows node pool settings

Constructors

Link copied to clipboard
constructor(osVersion: Output<WindowsNodeConfigOsVersion>? = null)

Properties

Link copied to clipboard

OSVersion specifies the Windows node config to be used on the node

Functions

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