GetShardingNetworkPublicAddressesPlainArgs

data class GetShardingNetworkPublicAddressesPlainArgs(val dbInstanceId: String, val nodeId: String? = null, val outputFile: String? = null, val role: String? = null) : ConvertibleToJava<GetShardingNetworkPublicAddressesPlainArgs>

A collection of arguments for invoking getShardingNetworkPublicAddresses.

Constructors

constructor(dbInstanceId: String, nodeId: String? = null, outputFile: String? = null, role: String? = null)

Properties

Link copied to clipboard

The db instance id.

Link copied to clipboard
val nodeId: String? = null

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

Link copied to clipboard
val outputFile: String? = null

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

Link copied to clipboard
val role: String? = null

The role of the node. Valid values: Primary or Secondary.

Functions

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