GetInstanceStateInfoUpdateInfo

data class GetInstanceStateInfoUpdateInfo(val targetEngineVersion: String, val targetNodeType: String, val targetReplicaCount: Int, val targetShardCount: Int)

Constructors

Link copied to clipboard
constructor(targetEngineVersion: String, targetNodeType: String, targetReplicaCount: Int, targetShardCount: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Output only. Target engine version for the instance.

Link copied to clipboard

Output only. Target node type for the instance.

Link copied to clipboard

Output only. Target number of replica nodes per shard for the instance.

Link copied to clipboard

Output only. Target number of shards for the instance.