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
Namespace
Google \ Cloud \ Container \ V1 \ WindowsNodeConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;