Google Cloud Container V1 Client - Class OSVersion (1.10.3)

Reference documentation and code samples for the Google Cloud Container V1 Client class OSVersion.

Possible OS version that can be used.

Protobuf type google.container.v1.WindowsNodeConfig.OSVersion

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

OS_VERSION_UNSPECIFIED

Value: 0

When OSVersion is not specified

Generated from protobuf enum OS_VERSION_UNSPECIFIED = 0;

OS_VERSION_LTSC2019

Value: 1

LTSC2019 specifies to use LTSC2019 as the Windows Servercore Base Image

Generated from protobuf enum OS_VERSION_LTSC2019 = 1;

OS_VERSION_LTSC2022

Value: 2

LTSC2022 specifies to use LTSC2022 as the Windows Servercore Base Image

Generated from protobuf enum OS_VERSION_LTSC2022 = 2;