InstanceStateInfoUpdateInfo

data class InstanceStateInfoUpdateInfo(val targetEngineVersion: String? = null, val targetNodeType: String? = null, val targetReplicaCount: Int? = null, val targetShardCount: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Output) Output only. Target engine version for the instance.

Link copied to clipboard
val targetNodeType: String? = null

(Output) Output only. Target node type for the instance.

Link copied to clipboard
val targetReplicaCount: Int? = null

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

Link copied to clipboard
val targetShardCount: Int? = null

(Output) Output only. Target number of shards for the instance.