Class Node
Implements
Inherited Members
Namespace: Google.Apis.CloudMemorystoreforMemcached.v1beta2.Data
Assembly: Google.Apis.CloudMemorystoreforMemcached.v1beta2.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 |
UpdateAvailable
Output only. Returns true if there is an update waiting to be applied
Declaration
[JsonProperty("updateAvailable")]
public virtual bool? UpdateAvailable { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Zone
Output only. Location (GCP Zone) for the Memcached node.
Declaration
[JsonProperty("zone")]
public virtual string Zone { get; set; }
Property Value
Type | Description |
---|---|
string |