ShardingInstanceConfigServerListArgs

data class ShardingInstanceConfigServerListArgs(val connectString: Output<String>? = null, val maxConnections: Output<Int>? = null, val maxIops: Output<Int>? = null, val nodeClass: Output<String>? = null, val nodeDescription: Output<String>? = null, val nodeId: Output<String>? = null, val nodeStorage: Output<Int>? = null, val port: Output<Int>? = null) : ConvertibleToJava<ShardingInstanceConfigServerListArgs>

Constructors

Link copied to clipboard
constructor(connectString: Output<String>? = null, maxConnections: Output<Int>? = null, maxIops: Output<Int>? = null, nodeClass: Output<String>? = null, nodeDescription: Output<String>? = null, nodeId: Output<String>? = null, nodeStorage: Output<Int>? = null, port: Output<Int>? = null)

Properties

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

The connection address of the Config Server node.

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

The max connections of the Config Server node.

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

The maximum IOPS of the Config Server node.

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

The instance type of the ConfigServer node. Valid values: mdb.shard.2x.xlarge.d, dds.cs.mid.

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

The description of the Config Server node.

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

The ID of the Config Server node.

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

The storage space of the ConfigServer node.

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

The connection port of the Config Server node.

Functions

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