Represent a sole-tenant Node Template resource. You can use a template to define properties for nodes in a node group. For more information, read Creating node groups and instances.
The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
The flexible properties of the desired node type. Node groups that use this node template will create nodes of a type that matches these properties. This field is mutually exclusive with the node_type property; you can only define one or the other, but not both.
Sets the binding properties for the physical server. Valid values include: - [Default] RESTART_NODE_ON_ANY_SERVER: Restarts VMs on any available physical server - RESTART_NODE_ON_MINIMAL_SERVER: Restarts VMs on the same physical server whenever possible See Sole-tenant node options for more information.
[Output Only] The status of the node template. One of the following values: CREATING, READY, and DELETING.
Check the Status enum for the list of possible values.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["The latest version available for `Google.Cloud.Compute.V1.NodeTemplate` is 3.6.0, with a variety of previous versions accessible, ranging from 3.5.0 down to 1.0.0."],["`NodeTemplate` is a resource used to define properties for nodes within a node group, allowing for the creation of customized node configurations, and this resource implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["`NodeTemplate` offers properties like `Accelerators`, `CpuOvercommitType`, `CreationTimestamp`, `Description`, `Disks`, and more, to configure the attributes of nodes created from the template, including node affinity labels and server binding properties."],["The class provides constructors for creating a new `NodeTemplate` instance, either empty or by copying data from an existing `NodeTemplate` instance, as well as the ability to modify the node template's name, type, and associated region."],["`NodeTemplate` contains an output-only status that shows what state it is currently in, such as CREATING, READY, or DELETING, as well as an output only timestamp that shows when the node template was created."]]],[]]