ClusterNodePoolNodeConfigWindowsNodeConfigArgs

data class ClusterNodePoolNodeConfigWindowsNodeConfigArgs(val osversion: Output<String>? = null) : ConvertibleToJava<ClusterNodePoolNodeConfigWindowsNodeConfigArgs>

Constructors

constructor(osversion: Output<String>? = null)

Properties

Link copied to clipboard
val osversion: Output<String>? = null

The OS Version of the windows nodepool.Values are OS_VERSION_UNSPECIFIED,OS_VERSION_LTSC2019 and OS_VERSION_LTSC2022

Functions

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