Google Cloud Memorystore V1beta Client - Class UpdateInfo (0.1.0)

Reference documentation and code samples for the Google Cloud Memorystore V1beta Client class UpdateInfo.

Represents information about instance with state UPDATING.

Generated from protobuf message google.cloud.memorystore.v1beta.Instance.StateInfo.UpdateInfo

Namespace

Google \ Cloud \ Memorystore \ V1beta \ Instance \ StateInfo

Methods

__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