NodeResponse

data class NodeResponse(val host: String, val nodeId: String, val parameters: MemcacheParametersResponse, val port: Int, val state: String, val zone: String)

Constructors

Link copied to clipboard
fun NodeResponse(host: String, nodeId: String, parameters: MemcacheParametersResponse, 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

User defined parameters currently applied to the node.

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.