Show / Hide Table of Contents

Class Node

Inheritance
object
Node
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudMemorystoreforMemcached.v1.Data
Assembly: Google.Apis.CloudMemorystoreforMemcached.v1.dll
Syntax
public class Node : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Host

Output only. Hostname or IP address of the Memcached node used by the clients to connect to the Memcached server on this node.

Declaration
[JsonProperty("host")]
public virtual string Host { get; set; }
Property Value
Type Description
string

MemcacheFullVersion

Output only. The full version of memcached server running on this node. e.g. - memcached-1.5.16

Declaration
[JsonProperty("memcacheFullVersion")]
public virtual string MemcacheFullVersion { get; set; }
Property Value
Type Description
string

MemcacheVersion

Output only. Major version of memcached server running on this node, e.g. MEMCACHE_1_5

Declaration
[JsonProperty("memcacheVersion")]
public virtual string MemcacheVersion { get; set; }
Property Value
Type Description
string

NodeId

Output only. Identifier of the Memcached node. The node id does not include project or location like the Memcached instance name.

Declaration
[JsonProperty("nodeId")]
public virtual string NodeId { get; set; }
Property Value
Type Description
string

Parameters

User defined parameters currently applied to the node.

Declaration
[JsonProperty("parameters")]
public virtual MemcacheParameters Parameters { get; set; }
Property Value
Type Description
MemcacheParameters

Port

Output only. The port number of the Memcached server on this node.

Declaration
[JsonProperty("port")]
public virtual int? Port { get; set; }
Property Value
Type Description
int?

State

Output only. Current state of the Memcached node.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Zone

Output only. Location (GCP Zone) for the Memcached node.

Declaration
[JsonProperty("zone")]
public virtual string Zone { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX