Class GetEngineVersionsResult
Inheritance
System.Object
GetEngineVersionsResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Container
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetEngineVersionsResult
Fields
View SourceDefaultClusterVersion
Version of Kubernetes the service deploys by default.
Declaration
public readonly string DefaultClusterVersion
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
LatestMasterVersion
The latest version available in the given zone for use with master instances.
Declaration
public readonly string LatestMasterVersion
Field Value
| Type | Description |
|---|---|
| System.String |
LatestNodeVersion
The latest version available in the given zone for use with node instances.
Declaration
public readonly string LatestNodeVersion
Field Value
| Type | Description |
|---|---|
| System.String |
Location
Declaration
public readonly string Location
Field Value
| Type | Description |
|---|---|
| System.String |
Project
Declaration
public readonly string Project
Field Value
| Type | Description |
|---|---|
| System.String |
ReleaseChannelDefaultVersion
A map from a release channel name to the channel's default version.
Declaration
public readonly ImmutableDictionary<string, string> ReleaseChannelDefaultVersion
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableDictionary<System.String, System.String> |
ValidMasterVersions
A list of versions available in the given zone for use with master instances.
Declaration
public readonly ImmutableArray<string> ValidMasterVersions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
ValidNodeVersions
A list of versions available in the given zone for use with node instances.
Declaration
public readonly ImmutableArray<string> ValidNodeVersions
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
VersionPrefix
Declaration
public readonly string VersionPrefix
Field Value
| Type | Description |
|---|---|
| System.String |