Optional. Customized number of cores available to each node of the type.
This number must always be one of nodeType.availableCustomCoreCounts.
If zero is provided max value from nodeType.availableCustomCoreCounts
will be used.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eNodeTypeConfig\u003c/code\u003e class within the Google Cloud VMware Engine v1 API, detailing its properties and usage.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eNodeTypeConfig\u003c/code\u003e is 1.6.0, with previous versions from 1.0.0 to 1.5.0 also accessible.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eNodeTypeConfig\u003c/code\u003e is used to configure the type and quantity of nodes associated with a cluster, implementing several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eNodeTypeConfig\u003c/code\u003e class include \u003ccode\u003eCustomCoreCount\u003c/code\u003e, allowing for a customizable number of cores per node, and \u003ccode\u003eNodeCount\u003c/code\u003e, specifying the total number of nodes of that type in the cluster.\u003c/p\u003e\n"],["\u003cp\u003eThere are also two constructors for this class, one default and one that takes in another \u003ccode\u003eNodeTypeConfig\u003c/code\u003e as a parameter.\u003c/p\u003e\n"]]],[],null,["# VMware Engine v1 API - Class NodeTypeConfig (1.6.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.6.0 (latest)](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/latest/Google.Cloud.VmwareEngine.V1.NodeTypeConfig)\n- [1.5.0](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/1.5.0/Google.Cloud.VmwareEngine.V1.NodeTypeConfig)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/1.4.0/Google.Cloud.VmwareEngine.V1.NodeTypeConfig)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/1.3.0/Google.Cloud.VmwareEngine.V1.NodeTypeConfig)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/1.2.0/Google.Cloud.VmwareEngine.V1.NodeTypeConfig)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/1.1.0/Google.Cloud.VmwareEngine.V1.NodeTypeConfig)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/1.0.0/Google.Cloud.VmwareEngine.V1.NodeTypeConfig) \n\n public sealed class NodeTypeConfig : IMessage\u003cNodeTypeConfig\u003e, IEquatable\u003cNodeTypeConfig\u003e, IDeepCloneable\u003cNodeTypeConfig\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the VMware Engine v1 API class NodeTypeConfig.\n\nInformation about the type and number of nodes associated with the cluster. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e NodeTypeConfig \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[NodeTypeConfig](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/latest/Google.Cloud.VmwareEngine.V1.NodeTypeConfig), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[NodeTypeConfig](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/latest/Google.Cloud.VmwareEngine.V1.NodeTypeConfig), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[NodeTypeConfig](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/latest/Google.Cloud.VmwareEngine.V1.NodeTypeConfig), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.VmwareEngine.V1](/dotnet/docs/reference/Google.Cloud.VmwareEngine.V1/latest/Google.Cloud.VmwareEngine.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.VmwareEngine.V1.dll\n\nConstructors\n------------\n\n### NodeTypeConfig()\n\n public NodeTypeConfig()\n\n### NodeTypeConfig(NodeTypeConfig)\n\n public NodeTypeConfig(NodeTypeConfig other)\n\nProperties\n----------\n\n### CustomCoreCount\n\n public int CustomCoreCount { get; set; }\n\nOptional. Customized number of cores available to each node of the type.\nThis number must always be one of `nodeType.availableCustomCoreCounts`.\nIf zero is provided max value from `nodeType.availableCustomCoreCounts`\nwill be used.\n\n### NodeCount\n\n public int NodeCount { get; set; }\n\nRequired. The number of nodes of this type in the cluster"]]