Get-VBRViReplicaReIpRule
Short Description
Returns VMware job re-IP rules.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Get-VBRViReplicaReIpRule -Job <CBackupJob> [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>] |
Detailed Description
This cmdlet returns the list of re-IP rules configured for a selected VMware replication job.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
---|---|---|---|---|---|
Job | Specifies the replication job for which you want to get the list of the re-IP rules. | True | Named | True (ByValue, | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Example
This command looks for the re-IP rules set for a replication job.
- Run Get-VBRJob to get the replication job and save it to the $job variable.
- Run Get-VBRViReplicaReIpRule. Use the $job variable.
Related Commands