Show / Hide Table of Contents

Class NodeTemplateArgs

Inheritance
System.Object
InputArgs
ResourceArgs
NodeTemplateArgs
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 NodeTemplateArgs : ResourceArgs

Constructors

View Source

NodeTemplateArgs()

Declaration
public NodeTemplateArgs()

Properties

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

NodeAffinityLabels

Labels to use for node affinity, which will be used in instance scheduling.

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

NodeType

Node type to use for nodes group that are created from this template. Only one of nodeTypeFlexibility and nodeType can be specified.

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

NodeTypeFlexibility

Flexible properties for the desired node type. Node groups that use this node template will create nodes of a type that matches these properties. Only one of nodeTypeFlexibility and nodeType can be specified. Structure is documented below.

Declaration
public Input<NodeTemplateNodeTypeFlexibilityArgs> NodeTypeFlexibility { get; set; }
Property Value
Type Description
Input<NodeTemplateNodeTypeFlexibilityArgs>
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

Region

Region where nodes using the node template will be created. If it is not provided, the provider region is used.

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

ServerBinding

The server binding policy for nodes using this template. Determines where the nodes should restart following a maintenance event. Structure is documented below.

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