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"]],[["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-03-21 UTC."],[[["The `NodeTypeConfig` class is part of the VMware Engine v1 API, specifically within the `Google.Cloud.VmwareEngine.V1` namespace, and it provides information about the type and number of nodes in a cluster."],["This class implements several interfaces, including `IMessage`, `IEquatable\u003cNodeTypeConfig\u003e`, `IDeepCloneable\u003cNodeTypeConfig\u003e`, and `IBufferMessage`, offering functionalities such as message handling, equality checking, deep cloning, and buffer message capabilities."],["`NodeTypeConfig` offers two constructors, a default constructor and another one that takes another `NodeTypeConfig` object as an argument, allowing for creating new instances or copies."],["It includes two properties, `CustomCoreCount` (an integer, representing the number of cores) and `NodeCount` (an integer, representing the number of nodes of that type in the cluster)."],["The documentation has multiple versions of this object, ranging from 1.0.0 to the latest, 1.6.0."]]],[]]