Show / Hide Table of Contents

Class GetEngineVersions

Inheritance
System.Object
GetEngineVersions
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 static class GetEngineVersions

Methods

View Source

InvokeAsync(GetEngineVersionsArgs, InvokeOptions)

Provides access to available Google Kubernetes Engine versions in a zone or region for a given project.

If you are using the gcp.container.getEngineVersions datasource with a regional cluster, ensure that you have provided a region as the location to the datasource. A region can have a different set of supported versions than its component zones, and not all zones in a region are guaranteed to support the same version.

{{% examples %}} {{% /examples %}}

Declaration
public static Task<GetEngineVersionsResult> InvokeAsync(GetEngineVersionsArgs args = null, InvokeOptions options = null)
Parameters
Type Name Description
GetEngineVersionsArgs args
InvokeOptions options
Returns
Type Description
System.Threading.Tasks.Task<GetEngineVersionsResult>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.