Class Node (1.9.2)

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 google.cloud.memcache_v1.types.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 google.cloud.memcache_v1.types.MemcacheParameters
User defined parameters currently applied to the node.

Classes

State

State(value)

Different states of a Memcached node.

Values: STATE_UNSPECIFIED (0): Node state is not set. CREATING (1): Node is being created. READY (2): Node has been created and ready to be used. DELETING (3): Node is being deleted. UPDATING (4): Node is being updated.