GetInstanceMemcacheNode

data class GetInstanceMemcacheNode(val host: String, val nodeId: String, val port: Int, val state: String, val zone: String)

Constructors

Link copied to clipboard
constructor(host: String, nodeId: String, port: Int, state: String, zone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Hostname or IP address of the Memcached node used by the clients to connect to the Memcached server on this node.

Link copied to clipboard

Identifier of the Memcached node. The node id does not include project or location like the Memcached instance name.

Link copied to clipboard
val port: Int

The port number of the Memcached server on this node.

Link copied to clipboard

Current state of the Memcached node.

Link copied to clipboard

Location (GCP Zone) for the Memcached node.