Show / Hide Table of Contents

Class NodeGroupArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NodeGroupArgs
Inherited Members
ResourceArgs.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 NodeGroupArgs : ResourceArgs

Constructors

View Source

NodeGroupArgs()

Declaration
public NodeGroupArgs()

Properties

View Source

AutoscalingPolicy

If you use sole-tenant nodes for your workloads, you can use the node group autoscaler to automatically manage the sizes of your node groups. Structure is documented below.

Declaration
public Input<NodeGroupAutoscalingPolicyArgs> AutoscalingPolicy { get; set; }
Property Value
Type Description
Input<NodeGroupAutoscalingPolicyArgs>
View Source

Description

An optional textual description of the resource.

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

Name

Name of the resource.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

NodeTemplate

The URL of the node template to which this node group belongs.

Declaration
public Input<string> NodeTemplate { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Project

The ID of the project in which the resource belongs. If it is not provided, the provider project is used.

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

Size

The total number of nodes in the node group.

Declaration
public Input<int> Size { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Zone

Zone where this node group is located

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