Class NodeTemplateState
Inherited Members
Namespace: Pulumi.Gcp.Compute
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class NodeTemplateState : ResourceArgs
Constructors
View SourceNodeTemplateState()
Declaration
public NodeTemplateState()
Properties
View SourceCreationTimestamp
Creation timestamp in RFC3339 text format.
Declaration
public Input<string> CreationTimestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
An optional textual description of the resource.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of the resource.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
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<NodeTemplateNodeTypeFlexibilityGetArgs> NodeTypeFlexibility { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<NodeTemplateNodeTypeFlexibilityGetArgs> |
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> |
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> |
SelfLink
The URI of the created resource.
Declaration
public Input<string> SelfLink { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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<NodeTemplateServerBindingGetArgs> ServerBinding { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<NodeTemplateServerBindingGetArgs> |