Class Node (0.2.0)

Node(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Attributes

NameDescription
node_id str
Output only. Identifier of the Memcached node. The node id does not include project or location like the Memcached instance name.
zone str
Output only. Location (GCP Zone) for the Memcached node.
state .cloud_memcache.Instance.Node.State
Output only. Current state of the Memcached node.
host str
Output only. Hostname or IP address of the Memcached node used by the clients to connect to the Memcached server on this node.
port int
Output only. The port number of the Memcached server on this node.
parameters .cloud_memcache.MemcacheParameters
User defined parameters currently applied to the node.

Classes

State

State(value)

Different states of a Memcached node. LINT.IfChange