Reference documentation and code samples for the Google Cloud Memorystore V1 Client class UpdateInfo.
Represents information about instance with state UPDATING.
Generated from protobuf message google.cloud.memorystore.v1.Instance.StateInfo.UpdateInfo
Namespace
Google \ Cloud \ Memorystore \ V1 \ Instance \ StateInfoMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ target_shard_count |
int
Output only. Target number of shards for the instance. |
↳ target_replica_count |
int
Output only. Target number of replica nodes per shard for the instance. |
↳ target_engine_version |
string
Output only. Target engine version for the instance. |
↳ target_node_type |
int
Output only. Target node type for the instance. |
getTargetShardCount
Output only. Target number of shards for the instance.
Returns | |
---|---|
Type | Description |
int |
hasTargetShardCount
clearTargetShardCount
setTargetShardCount
Output only. Target number of shards for the instance.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getTargetReplicaCount
Output only. Target number of replica nodes per shard for the instance.
Returns | |
---|---|
Type | Description |
int |
hasTargetReplicaCount
clearTargetReplicaCount
setTargetReplicaCount
Output only. Target number of replica nodes per shard for the instance.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getTargetEngineVersion
Output only. Target engine version for the instance.
Returns | |
---|---|
Type | Description |
string |
hasTargetEngineVersion
clearTargetEngineVersion
setTargetEngineVersion
Output only. Target engine version for the instance.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTargetNodeType
Output only. Target node type for the instance.
Returns | |
---|---|
Type | Description |
int |
hasTargetNodeType
clearTargetNodeType
setTargetNodeType
Output only. Target node type for the instance.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |