public sealed class Node : IMessage<Instance.Types.Node>, IEquatable<Instance.Types.Node>, IDeepCloneable<Instance.Types.Node>, IBufferMessage, IMessage
Implements
IMessage<Instance.Types.Node>, IEquatable<Instance.Types.Node>, IDeepCloneable<Instance.Types.Node>, IBufferMessage, IMessageNamespace
Google.Cloud.Memcache.V1Assembly
Google.Cloud.Memcache.V1.dll
Constructors
Node()
public Node()
Node(Instance.Types.Node)
public Node(Instance.Types.Node other)
Parameter | |
---|---|
Name | Description |
other | Instance.Types.Node |
Properties
Host
public string Host { get; set; }
Output only. Hostname or IP address of the Memcached node used by the clients to connect to the Memcached server on this node.
Property Value | |
---|---|
Type | Description |
String |
NodeId
public string NodeId { get; set; }
Output only. Identifier of the Memcached node. The node id does not include project or location like the Memcached instance name.
Property Value | |
---|---|
Type | Description |
String |
Parameters
public MemcacheParameters Parameters { get; set; }
User defined parameters currently applied to the node.
Property Value | |
---|---|
Type | Description |
MemcacheParameters |
Port
public int Port { get; set; }
Output only. The port number of the Memcached server on this node.
Property Value | |
---|---|
Type | Description |
Int32 |
State
public Instance.Types.Node.Types.State State { get; set; }
Output only. Current state of the Memcached node.
Property Value | |
---|---|
Type | Description |
Instance.Types.Node.Types.State |
Zone
public string Zone { get; set; }
Output only. Location (GCP Zone) for the Memcached node.
Property Value | |
---|---|
Type | Description |
String |