pulumi-gcp-kotlin
6.67.0.0
pulumi-gcp-kotlin
/
com.pulumi.gcp.redis.kotlin.outputs
/
ClusterStateInfoUpdateInfo
Cluster
State
Info
Update
Info
data
class
ClusterStateInfoUpdateInfo
(
val
targetReplicaCount
:
Int
?
=
null
,
val
targetShardCount
:
Int
?
=
null
)
Types
Constructors
Properties
Constructors
Cluster
State
Info
Update
Info
Link copied to clipboard
fun
ClusterStateInfoUpdateInfo
(
targetReplicaCount
:
Int
?
=
null
,
targetShardCount
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
target
Replica
Count
Link copied to clipboard
val
targetReplicaCount
:
Int
?
=
null
Target number of replica nodes per shard.
target
Shard
Count
Link copied to clipboard
val
targetShardCount
:
Int
?
=
null
Target number of shards for redis cluster.