[[["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 documentation covers the \u003ccode\u003eNodeInfo\u003c/code\u003e class, a part of the Google Cloud Memorystore for Redis v1beta1 API, with the latest version being 3.0.0-beta05.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eNodeInfo\u003c/code\u003e class represents node-specific properties and implements 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\u003eIt inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and provides access to members like \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers two constructors: a default \u003ccode\u003eNodeInfo()\u003c/code\u003e and another \u003ccode\u003eNodeInfo(NodeInfo other)\u003c/code\u003e that takes a \u003ccode\u003eNodeInfo\u003c/code\u003e parameter for cloning purposes.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eNodeInfo\u003c/code\u003e has properties such as \u003ccode\u003eId\u003c/code\u003e and \u003ccode\u003eZone\u003c/code\u003e, which are read-only and provide the node's identifying string and its location, respectively.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Memorystore for Redis v1beta1 API - Class NodeInfo (3.0.0-beta05)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta05 (latest)](/dotnet/docs/reference/Google.Cloud.Redis.V1Beta1/latest/Google.Cloud.Redis.V1Beta1.NodeInfo)\n- [3.0.0-beta04](/dotnet/docs/reference/Google.Cloud.Redis.V1Beta1/3.0.0-beta04/Google.Cloud.Redis.V1Beta1.NodeInfo)\n- [2.0.0-beta09](/dotnet/docs/reference/Google.Cloud.Redis.V1Beta1/2.0.0-beta09/Google.Cloud.Redis.V1Beta1.NodeInfo) \n\n public sealed class NodeInfo : IMessage\u003cNodeInfo\u003e, IEquatable\u003cNodeInfo\u003e, IDeepCloneable\u003cNodeInfo\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Google Cloud Memorystore for Redis v1beta1 API class NodeInfo.\n\nNode specific properties. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e NodeInfo \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[NodeInfo](/dotnet/docs/reference/Google.Cloud.Redis.V1Beta1/latest/Google.Cloud.Redis.V1Beta1.NodeInfo), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[NodeInfo](/dotnet/docs/reference/Google.Cloud.Redis.V1Beta1/latest/Google.Cloud.Redis.V1Beta1.NodeInfo), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[NodeInfo](/dotnet/docs/reference/Google.Cloud.Redis.V1Beta1/latest/Google.Cloud.Redis.V1Beta1.NodeInfo), [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.Redis.V1Beta1](/dotnet/docs/reference/Google.Cloud.Redis.V1Beta1/latest/Google.Cloud.Redis.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Redis.V1Beta1.dll\n\nConstructors\n------------\n\n### NodeInfo()\n\n public NodeInfo()\n\n### NodeInfo(NodeInfo)\n\n public NodeInfo(NodeInfo other)\n\nProperties\n----------\n\n### Id\n\n public string Id { get; set; }\n\nOutput only. Node identifying string. e.g. 'node-0', 'node-1'\n\n### Zone\n\n public string Zone { get; set; }\n\nOutput only. Location of the node."]]