Show / Hide Table of Contents

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 Source

DefaultClusterVersion

Version of Kubernetes the service deploys by default.

Declaration
public readonly string DefaultClusterVersion
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

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
View Source

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
View Source

Location

Declaration
public readonly string Location
Field Value
Type Description
System.String
View Source

Project

Declaration
public readonly string Project
Field Value
Type Description
System.String
View Source

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>
View Source

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>
View Source

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>
View Source

VersionPrefix

Declaration
public readonly string VersionPrefix
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.