ShardingNetworkPublicAddressArgs

data class ShardingNetworkPublicAddressArgs(val dbInstanceId: Output<String>? = null, val nodeId: Output<String>? = null) : ConvertibleToJava<ShardingNetworkPublicAddressArgs>

Provides a MongoDB Sharding Network Public Address resource. For information about MongoDB Sharding Network Public Address and how to use it, see What is Sharding Network Public Address.

NOTE: Available in v1.149.0+. NOTE: This operation supports sharded cluster instances only.

Import

MongoDB Sharding Network Public Address can be imported using the id, e.g.

$ pulumi import alicloud:mongodb/shardingNetworkPublicAddress:ShardingNetworkPublicAddress example <db_instance_id>:<node_id>

Constructors

Link copied to clipboard
fun ShardingNetworkPublicAddressArgs(dbInstanceId: Output<String>? = null, nodeId: Output<String>? = null)

Functions

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

Properties

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

The ID of the instance.

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

The ID of the mongos, shard, or Configserver node in the sharded cluster instance.