[[["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."],[[["This documentation covers the `Instance.Types.NodeConfig` class within the Google Cloud Memorystore for Memcached v1 API, specifically detailing its configuration for a Memcached node."],["The `NodeConfig` class, which is found in the `Google.Cloud.Memcache.V1` namespace, has been documented through various versions, with the latest being version 2.5.0 and going as far back as version 1.0.0."],["`NodeConfig` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, having inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class includes properties `CpuCount` and `MemorySizeMb`, both of type `Int32`, that are required to configure the number of CPUs and memory size (in MiB) for each Memcached node, respectively."],["Constructors for the `NodeConfig` class include a default constructor `NodeConfig()` and an overloaded constructor `NodeConfig(Instance.Types.NodeConfig other)`, allowing for the creation of node configurations with or without pre-existing configurations."]]],[]]