Instance State Info Update Info
data class InstanceStateInfoUpdateInfo(val targetEngineVersion: String? = null, val targetNodeType: String? = null, val targetReplicaCount: Int? = null, val targetShardCount: Int? = null)
Properties
Link copied to clipboard
(Output) Output only. Target engine version for the instance.
Link copied to clipboard
(Output) Output only. Target node type for the instance.
Link copied to clipboard
(Output) Output only. Target number of replica nodes per shard for the instance.
Link copied to clipboard
(Output) Output only. Target number of shards for the instance.