Interface protos.google.cloud.memcache.v1.Instance.INode (2.3.2)

Properties of a Node.

Package

@google-cloud/memcache

Properties

host

host?: (string|null);

Node host

nodeId

nodeId?: (string|null);

Node nodeId

parameters

parameters?: (google.cloud.memcache.v1.IMemcacheParameters|null);

Node parameters

port

port?: (number|null);

Node port

state

state?: (google.cloud.memcache.v1.Instance.Node.State|keyof typeof google.cloud.memcache.v1.Instance.Node.State|null);

Node state

zone

zone?: (string|null);

Node zone