InstanceMemcacheNode

data class InstanceMemcacheNode(val host: String? = null, val nodeId: String? = null, val port: Int? = null, val state: String? = null, val zone: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val host: String? = null

(Output) 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
val nodeId: String? = null

(Output) 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? = null

(Output) The port number of the Memcached server on this node.

Link copied to clipboard
val state: String? = null

(Output) Current state of the Memcached node.

Link copied to clipboard
val zone: String? = null

(Output) Location (GCP Zone) for the Memcached node.