Node(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Attributes | |
---|---|
Name | Description |
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 |
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 |
User defined parameters currently applied to the node. |
Classes
State
State(value)
Different states of a Memcached node. LINT.IfChange
Methods
__delattr__
__delattr__(key)
Delete the value on the given field.
This is generally equivalent to setting a falsy value.
__eq__
__eq__(other)
Return True if the messages are equal, False otherwise.
__ne__
__ne__(other)
Return True if the messages are unequal, False otherwise.
__setattr__
__setattr__(key, value)
Set the value on the given field.
For well-known protocol buffer types which are marshalled, either the protocol buffer object or the Python equivalent is accepted.