Google Cloud Memorystore for Memcache v1beta2 API - Class Instance.Types.Node (2.0.0-beta05)

public sealed class Instance.Types.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(Node)

public Node(Instance.Types.Node other)
Parameter
NameDescription
otherInstanceTypesNode

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
int

State

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

Output only. Current state of the Memcached node.

Property Value
TypeDescription
InstanceTypesNodeTypesState

UpdateAvailable

public bool UpdateAvailable { get; set; }

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

Property Value
TypeDescription
bool

Zone

public string Zone { get; set; }

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

Property Value
TypeDescription
string