Google Cloud Redis V1 Client - Class NodeInfo (1.6.12)

Reference documentation and code samples for the Google Cloud Redis V1 Client class NodeInfo.

Node specific properties.

Generated from protobuf message google.cloud.redis.v1.NodeInfo

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ id string

Output only. Node identifying string. e.g. 'node-0', 'node-1'

↳ zone string

Output only. Location of the node.

getId

Output only. Node identifying string. e.g. 'node-0', 'node-1'

Returns
TypeDescription
string

setId

Output only. Node identifying string. e.g. 'node-0', 'node-1'

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getZone

Output only. Location of the node.

Returns
TypeDescription
string

setZone

Output only. Location of the node.

Parameter
NameDescription
var string
Returns
TypeDescription
$this