Interface protos.google.cloud.memcache.v1beta2.Instance.INode (1.4.7)

Properties of a Node.

Package

@google-cloud/memcache!

Properties

host

host?: (string|null);

Node host

Property Value
TypeDescription
(string|null)

nodeId

nodeId?: (string|null);

Node nodeId

Property Value
TypeDescription
(string|null)

parameters

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

Node parameters

Property Value
TypeDescription
(google.cloud.memcache.v1beta2.IMemcacheParameters|null)

port

port?: (number|null);

Node port

Property Value
TypeDescription
(number|null)

state

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

Node state

Property Value
TypeDescription
(google.cloud.memcache.v1beta2.Instance.Node.State|keyof typeof google.cloud.memcache.v1beta2.Instance.Node.State|null)

updateAvailable

updateAvailable?: (boolean|null);

Node updateAvailable

Property Value
TypeDescription
(boolean|null)

zone

zone?: (string|null);

Node zone

Property Value
TypeDescription
(string|null)