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. |
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 |