osVersion property

String? osVersion
getter/setter pair

OSVersion specifies the Windows node config to be used on the node Possible string values are:

  • "OS_VERSION_UNSPECIFIED" : When OSVersion is not specified
  • "OS_VERSION_LTSC2019" : LTSC2019 specifies to use LTSC2019 as the Windows Servercore Base Image
  • "OS_VERSION_LTSC2022" : LTSC2022 specifies to use LTSC2022 as the Windows Servercore Base Image

Implementation

core.String? osVersion;