ShardingInstanceConfigServerList

data class ShardingInstanceConfigServerList(val connectString: String? = null, val maxConnections: Int? = null, val maxIops: Int? = null, val nodeClass: String? = null, val nodeDescription: String? = null, val nodeId: String? = null, val nodeStorage: Int? = null, val port: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val connectString: String? = null

The connection address of the Config Server node.

Link copied to clipboard
val maxConnections: Int? = null

The max connections of the Config Server node.

Link copied to clipboard
val maxIops: Int? = null

The maximum IOPS of the Config Server node.

Link copied to clipboard
val nodeClass: 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: String? = null

The description of the Config Server node.

Link copied to clipboard
val nodeId: String? = null

The ID of the Config Server node.

Link copied to clipboard
val nodeStorage: Int? = null

The storage space of the ConfigServer node.

Link copied to clipboard
val port: Int? = null

The connection port of the Config Server node.