Add-VBRUniversalCDPPolicy
Short Description
Creates a universal CDP policy.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Add-VBRUniversalCDPPolicy -SourceObject <VBRUniversalCDPSource[]> [-ExcludedObject <VBRUniversalCDPSource[]>] -Destination <IUniversalCdpDestination> [-Name <String>] [-Description <String>] [-NetworkMapping <VBRUniversalCDPNetworkMappingRule[]>] [-SourceProxy <VBRCDPProxy[]>] [-TargetProxy <VBRCDPProxy[]>] [-Suffix <String>] [-CompressionLevel <VBRCompressionLevel>] [-NotificationOptions <VBRNotificationOptions>] [-RetentionOptions <VBRCDPPolicyRetentionOptions>] [-RepositorySeed <CBackupRepository>] [-OriginalMachine <VBRDiscoveredComputer[]>] [-ReplicaMachine <VBRNamedObject[]>] [-GuestProcessingOptions <VBRApplicationProcessingOptions[]>] [-ReIpRule <IViReIpRule[]>] [<CommonParameters>] |
Detailed Description
This cmdlet creates a universal CDP policy.
Note |
|
The cmdlet creates a CDP policy in the disabled state unless you enable a policy schedule. Run the |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
CompressionLevel |
Specifies the compression level of the replicated data:
Default: |
|
False |
Named |
False |
|
Description |
Specifies a description for the universal CDP policy. |
|
False |
Named |
False |
|
Destination |
Specifies the settings of the target location where the workloads will be replicated.
Accepts the |
|
True |
Named |
False |
|
ExcludedObject |
Specifies the array of workloads that you want to exclude from the universal CDP policy processing.
Accepts the |
|
False |
Named |
False |
|
GuestProcessingOptions |
Specifies the array of guest processing settings for the universal CDP policy.
Accepts the |
|
False |
Named |
False |
|
Name |
Specifies a name for the universal CDP policy. |
|
False |
Named |
False |
|
NetworkMapping |
Specifies the array of network mapping settings.
Accepts the |
|
False |
Named |
False |
|
NotificationOptions |
Specifies notification settings of the universal CDP policy.
Accepts the |
False |
Named |
False |
|
|
OriginalMachine |
For replica mapping. Specifies an array of production workloads that you want to replicate using replica mapping. The universal CDP policy will map these workloads to the workloads in the disaster recovery site.
Use the
Accepts the |
False |
Named |
False |
|
|
ReIpRule |
Specifies the array of re-IP rules. Use re-IP rules when the workloads must be replicated to a network with a different IP addressing scheme.
Accepts the |
|
False |
Named |
False |
|
ReplicaMachine |
For replica mapping. Specifies an array of workloads on the disaster recovery site. The cmdlet will map the production workloads to these workloads.
Use the
Accepts the |
|
False |
Named |
False |
|
RepositorySeed |
For replica seeding. Specifies the backup repository that keeps a full backup of workloads that you want to replicate. Note: Backups for seeding must be created by Veeam Agent for Linux or Veeam Agent for Microsoft Windows.
Accepts the |
|
False |
Named |
False |
|
RetentionOptions |
Specifies retention settings of the universal CDP policy.
Accepts the |
|
False |
Named |
False |
|
SourceObject |
Specifies the workloads or protection groups that you want to protect with universal CDP.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
SourceProxy |
Specifies the array of the source CDP proxies that you want to use.
Default:
Accepts the |
|
False |
Named |
False |
|
Suffix |
Specifies the suffix that the cmdlet will add to the name of replicas.
Default: " |
|
False |
Named |
False |
|
TargetProxy |
Specifies the array of the target CDP proxies that you want to use.
Default:
Accepts the |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRUniversalCDPPolicy object that defines settings of the universal CDP policy.
Examples
Example 1. Creating Universal CDP Policy
|
This example shows how to create the
Perform the following steps:
|
Example 2. Creating Universal CDP Policy with Guest Processing
|
This example shows how to create a universal CDP policy with application-aware processing enabled for Windows workloads.
Perform the following steps:
|
Related Commands
Find-VBRViEntityLooks for VMware objects.Get-VBRBackupRepositoryReturns a list of backup repositories.Get-VBRCDPProxyReturns CDP proxies added to the backup infrastructure.Get-VBRDiscoveredComputerReturns discovered computers.Get-VBRProtectionGroupReturns protection groups.Get-VBRServerReturns hosts connected to the backup infrastructure.Get-VBRViReplicaReIpRuleReturns VMware job re-IP rules.Get-VBRViVMReturns VMs available on a vCenter Server.New-VBRApplicationProcessingOptionsCreates application-aware processing settings for Veeam Agent backup jobs.New-VBRCDPPolicyRetentionOptionsDefines retention settings of CDP policies.New-VBRNotificationOptionsCreates new job notification options.New-VBRUniversalCDPNetworkMappingRuleDefines network mapping rules for universal CDP policies.New-VBRUniversalCDPViDestinationDefines the target location settings for universal CDP policies.