Class GetNodeTypesArgs
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.Compute
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetNodeTypesArgs : InvokeArgs
Constructors
View SourceGetNodeTypesArgs()
Declaration
public GetNodeTypesArgs()
Properties
View SourceProject
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 |
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 |