getShardingNetworkPrivateAddresses

This data source provides the Mongodb Sharding Network Private Addresses of the current Alibaba Cloud user.

NOTE: Available in v1.157.0+.

Return

A collection of values returned by getShardingNetworkPrivateAddresses.

Parameters

argument

A collection of arguments for invoking getShardingNetworkPrivateAddresses.


suspend fun getShardingNetworkPrivateAddresses(dbInstanceId: String, nodeId: String? = null, outputFile: String? = null, role: String? = null): GetShardingNetworkPrivateAddressesResult

Return

A collection of values returned by getShardingNetworkPrivateAddresses.

See also

Parameters

dbInstanceId

The db instance id.

nodeId

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

outputFile

File name where to save data source results (after running pulumi preview).

role

The role of the node.


Return

A collection of values returned by getShardingNetworkPrivateAddresses.

See also

Parameters

argument

Builder for com.pulumi.alicloud.mongodb.kotlin.inputs.GetShardingNetworkPrivateAddressesPlainArgs.