Show / Hide Table of Contents

Class GetNodeTypesArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetNodeTypesArgs
Inherited Members
InvokeArgs.Empty
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.Compute
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetNodeTypesArgs : InvokeArgs

Constructors

View Source

GetNodeTypesArgs()

Declaration
public GetNodeTypesArgs()

Properties

View Source

Project

ID of the project to list available node types for. Should match the project the nodes of this type will be deployed to. Defaults to the project that the provider is authenticated with.

Declaration
public string Project { get; set; }
Property Value
Type Description
System.String
View Source

Zone

The zone to list node types for. Should be in zone of intended node groups and region of referencing node template. If zone is not specified, the provider-level zone must be set and is used instead.

Declaration
public string Zone { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.