ShardingInstanceMongoListArgs

data class ShardingInstanceMongoListArgs(val connectString: Output<String>? = null, val nodeClass: Output<String>, val nodeId: Output<String>? = null, val port: Output<Int>? = null) : ConvertibleToJava<ShardingInstanceMongoListArgs>

Constructors

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

The instance type of the mongo 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 port: Output<Int>? = null

The connection port of the Config Server node.

Functions

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