Class Instance.Types.Node (1.0.0-beta05)

public sealed class Node : IMessage<Instance.Types.Node>, IEquatable<Instance.Types.Node>, IDeepCloneable<Instance.Types.Node>, IBufferMessage, IMessage

Inheritance

Object > Instance.Types.Node

Namespace

Google.Cloud.Memcache.V1Beta2

Assembly

Google.Cloud.Memcache.V1Beta2.dll

Constructors

Node()

public Node()

Node(Instance.Types.Node)

public Node(Instance.Types.Node other)
Parameter
NameDescription
otherInstance.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
TypeDescription
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
TypeDescription
String

Parameters

public MemcacheParameters Parameters { get; set; }

User defined parameters currently applied to the node.

Property Value
TypeDescription
MemcacheParameters

Port

public int Port { get; set; }

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

Property Value
TypeDescription
Int32

State

public Instance.Types.Node.Types.State State { get; set; }

Output only. Current state of the Memcached node.

Property Value
TypeDescription
Instance.Types.Node.Types.State

UpdateAvailable

public bool UpdateAvailable { get; set; }

Output only. Returns true if there is an update waiting to be applied

Property Value
TypeDescription
Boolean

Zone

public string Zone { get; set; }

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

Property Value
TypeDescription
String