Reference documentation and code samples for the Google Cloud Memorystore V1 Client class NodeConfig.
Represents configuration for nodes of the instance.
Generated from protobuf message google.cloud.memorystore.v1.NodeConfig
Namespace
Google \ Cloud \ Memorystore \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ size_gb |
float
Output only. Memory size in GB of the node. |
getSizeGb
Output only. Memory size in GB of the node.
Returns | |
---|---|
Type | Description |
float |
setSizeGb
Output only. Memory size in GB of the node.
Parameter | |
---|---|
Name | Description |
var |
float
|
Returns | |
---|---|
Type | Description |
$this |