ShardingNetworkPrivateAddress

class ShardingNetworkPrivateAddress : KotlinCustomResource

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

NOTE: Available since v1.157.0.

Import

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

$ pulumi import alicloud:mongodb/shardingNetworkPrivateAddress:ShardingNetworkPrivateAddress example <db_instance_id>:<node_id>

Properties

Link copied to clipboard
val accountName: Output<String>?

The name of the account.

Link copied to clipboard
val accountPassword: Output<String>?

Account password.

Link copied to clipboard
val dbInstanceId: Output<String>

The db instance id.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The endpoint of the instance.

Link copied to clipboard
val nodeId: Output<String>

The ID of the Shard node or the ConfigServer node.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val zoneId: Output<String>

The zone ID of the instance.