ShardingInstanceShardListArgs

data class ShardingInstanceShardListArgs(val nodeClass: Output<String>, val nodeId: Output<String>? = null, val nodeStorage: Output<Int>, val readonlyReplicas: Output<Int>? = null) : ConvertibleToJava<ShardingInstanceShardListArgs>

Constructors

Link copied to clipboard
constructor(nodeClass: Output<String>, nodeId: Output<String>? = null, nodeStorage: Output<Int>, readonlyReplicas: Output<Int>? = null)

Properties

Link copied to clipboard
val nodeClass: Output<String>

The instance type of the shard node. see Instance specifications.

Link copied to clipboard
val nodeId: Output<String>? = null

The ID of the Config Server node.

Link copied to clipboard
val nodeStorage: Output<Int>

The storage space of the shard node.

Link copied to clipboard
val readonlyReplicas: Output<Int>? = null

The number of read-only nodes in shard node Default value: 0. Valid values: 0 to 5.

Functions

Link copied to clipboard
open override fun toJava(): ShardingInstanceShardListArgs