--- title: "VBRDiscoveredMongoDBReplicaSetNode" description: "Contains discovered MongoDB replica set nodes." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrdiscoveredmongodbreplicasetnode.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRDiscoveredMongoDBReplicaSetNode" dateModified: "2026-09-03" --- # VBRDiscoveredMongoDBReplicaSetNode Contains discovered MongoDB replica set nodes. ## Properties
|
Property |
Type |
Description |
|---|---|---|
|
EntityType |
Discovered MongoDB entity type. |
|
|
ReplicaSetId |
GUID |
Unique ID for the specific replica set. |
|
HostId |
GUID |
Unique ID for the host. |
|
HostName |
String |
Unique ID for the name of the host. |
|
Port |
Int32 |
The port that Veeam Backup & Replication will use to route requests between the MongoDB database and backup infrastructure components. |
|
IsHealthy |
Boolean |
Replica set node health status. |
|
IsPrimary |
Boolean |
Replica set node set as a primary backup node. |
|
IsHidden |
Boolean |
Hidden replica set node. |