toggle menu
pulumi-gcp-kotlin
7.38.0.0
jvm
switch theme
search in API
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
)
Members
Constructors
Cluster
State
Info
Update
Info
Link copied to clipboard
constructor
(
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.