Google Cloud Memorystore for Redis v1 API - Class NodeInfo (3.4.0)

public sealed class NodeInfo : IMessage<NodeInfo>, IEquatable<NodeInfo>, IDeepCloneable<NodeInfo>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Memorystore for Redis v1 API class NodeInfo.

Node specific properties.

Inheritance

object > NodeInfo

Namespace

Google.Cloud.Redis.V1

Assembly

Google.Cloud.Redis.V1.dll

Constructors

NodeInfo()

public NodeInfo()

NodeInfo(NodeInfo)

public NodeInfo(NodeInfo other)
Parameter
NameDescription
otherNodeInfo

Properties

Id

public string Id { get; set; }

Output only. Node identifying string. e.g. 'node-0', 'node-1'

Property Value
TypeDescription
string

Zone

public string Zone { get; set; }

Output only. Location of the node.

Property Value
TypeDescription
string