ShardingInstanceMongoList

data class ShardingInstanceMongoList(val connectString: String? = null, val nodeClass: String, val nodeId: String? = null, val port: Int? = null)

Constructors

Link copied to clipboard
constructor(connectString: String? = null, nodeClass: String, nodeId: String? = 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

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

Link copied to clipboard
val nodeId: String? = null

The ID of the Config Server node.

Link copied to clipboard
val port: Int? = null

The connection port of the Config Server node.