Reference documentation and code samples for the Google Cloud Redis V1beta1 Client class NodeInfo.
Node specific properties.
Generated from protobuf message google.cloud.redis.v1beta1.NodeInfo
Namespace
Google \ Cloud \ Redis \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setId
Output only. Node identifying string. e.g. 'node-0', 'node-1'
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getZone
Output only. Location of the node.
Returns | |
---|---|
Type | Description |
string |
setZone
Output only. Location of the node.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |