[[["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\u003eInstance.Types.Node\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Memcache.V1Beta2\u003c/code\u003e namespace, specifically detailing its implementation and properties within the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInstance.Types.Node\u003c/code\u003e class, which represents a Memcached node, is a sealed class inheriting from \u003ccode\u003eobject\u003c/code\u003e and implementing 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\u003eThe class offers two constructors: a default \u003ccode\u003eNode()\u003c/code\u003e constructor and another \u003ccode\u003eNode(Instance.Types.Node other)\u003c/code\u003e constructor, which allows for the creation of a new node based on an existing one.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of a \u003ccode\u003eNode\u003c/code\u003e instance include \u003ccode\u003eHost\u003c/code\u003e, \u003ccode\u003eNodeId\u003c/code\u003e, \u003ccode\u003eParameters\u003c/code\u003e, \u003ccode\u003ePort\u003c/code\u003e, \u003ccode\u003eState\u003c/code\u003e, \u003ccode\u003eUpdateAvailable\u003c/code\u003e, and \u003ccode\u003eZone\u003c/code\u003e, which define the node's network address, identifier, user parameters, connection port, current status, update availability, and geographical zone, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version for this class is \u003ccode\u003e2.0.0-beta06\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Memorystore for Memcache v1beta2 API - Class Instance.Types.Node (2.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.Memcache.V1Beta2/latest/Google.Cloud.Memcache.V1Beta2.Instance.Types.Node)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Memcache.V1Beta2/2.0.0-beta05/Google.Cloud.Memcache.V1Beta2.Instance.Types.Node)\n- [1.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Memcache.V1Beta2/1.0.0-beta05/Google.Cloud.Memcache.V1Beta2.Instance.Types.Node) \n\n public sealed class Instance.Types.Node : IMessage\u003cInstance.Types.Node\u003e, IEquatable\u003cInstance.Types.Node\u003e, IDeepCloneable\u003cInstance.Types.Node\u003e, IBufferMessage, IMessage\n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Instance.Types.Node \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Instance](/dotnet/docs/reference/Google.Cloud.Memcache.V1Beta2/latest/Google.Cloud.Memcache.V1Beta2.Instance)[Types](/dotnet/docs/reference/Google.Cloud.Memcache.V1Beta2/latest/Google.Cloud.Memcache.V1Beta2.Instance.Types)[Node](/dotnet/docs/reference/Google.Cloud.Memcache.V1Beta2/latest/Google.Cloud.Memcache.V1Beta2.Instance.Types.Node), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Instance](/dotnet/docs/reference/Google.Cloud.Memcache.V1Beta2/latest/Google.Cloud.Memcache.V1Beta2.Instance)[Types](/dotnet/docs/reference/Google.Cloud.Memcache.V1Beta2/latest/Google.Cloud.Memcache.V1Beta2.Instance.Types)[Node](/dotnet/docs/reference/Google.Cloud.Memcache.V1Beta2/latest/Google.Cloud.Memcache.V1Beta2.Instance.Types.Node), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Instance](/dotnet/docs/reference/Google.Cloud.Memcache.V1Beta2/latest/Google.Cloud.Memcache.V1Beta2.Instance)[Types](/dotnet/docs/reference/Google.Cloud.Memcache.V1Beta2/latest/Google.Cloud.Memcache.V1Beta2.Instance.Types)[Node](/dotnet/docs/reference/Google.Cloud.Memcache.V1Beta2/latest/Google.Cloud.Memcache.V1Beta2.Instance.Types.Node), [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.Memcache.V1Beta2](/dotnet/docs/reference/Google.Cloud.Memcache.V1Beta2/latest/Google.Cloud.Memcache.V1Beta2)\n\nAssembly\n--------\n\nGoogle.Cloud.Memcache.V1Beta2.dll\n\nConstructors\n------------\n\n### Node()\n\n public Node()\n\n### Node(Node)\n\n public Node(Instance.Types.Node other)\n\nProperties\n----------\n\n### Host\n\n public string Host { get; set; }\n\nOutput only. Hostname or IP address of the Memcached node used by the\nclients to connect to the Memcached server on this node.\n\n### NodeId\n\n public string NodeId { get; set; }\n\nOutput only. Identifier of the Memcached node. The node id does not\ninclude project or location like the Memcached instance name.\n\n### Parameters\n\n public MemcacheParameters Parameters { get; set; }\n\nUser defined parameters currently applied to the node.\n\n### Port\n\n public int Port { get; set; }\n\nOutput only. The port number of the Memcached server on this node.\n\n### State\n\n public Instance.Types.Node.Types.State State { get; set; }\n\nOutput only. Current state of the Memcached node.\n\n### UpdateAvailable\n\n public bool UpdateAvailable { get; set; }\n\nOutput only. Returns true if there is an update waiting to be applied\n\n### Zone\n\n public string Zone { get; set; }\n\nOutput only. Location (GCP Zone) for the Memcached node."]]