public sealed class Instance.Types.Node : IMessage<Instance.Types.Node>, IEquatable<Instance.Types.Node>, IDeepCloneable<Instance.Types.Node>, IBufferMessage, IMessageImplements
IMessageInstanceTypesNode, IEquatableInstanceTypesNode, IDeepCloneableInstanceTypesNode, IBufferMessage, IMessageNamespace
Google.Cloud.Memcache.V1Assembly
Google.Cloud.Memcache.V1.dll
Constructors
Node()
public Node()Node(Node)
public Node(Instance.Types.Node other)| Parameter | |
|---|---|
| Name | Description |
other |
InstanceTypesNode |
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 |
int |
|
State
public Instance.Types.Node.Types.State State { get; set; }Output only. Current state of the Memcached node.
| Property Value | |
|---|---|
| Type | Description |
InstanceTypesNodeTypesState |
|
Zone
public string Zone { get; set; }Output only. Location (GCP Zone) for the Memcached node.
| Property Value | |
|---|---|
| Type | Description |
string |
|