New-VBRUniversalCDPViDestination
Short Description
Defines the target location settings for universal CDP policies.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
ClusterNew-VBRUniversalCDPViDestination -TargetCluster <CViClusterItem> [-ResourcePool <CViResourcePoolItem>]
[-Folder <CViFolderItem>] [-Datastore <VBRViDatastoreBase>] [-StoragePolicy <VBRViStoragePolicy>]
[-DiskType <VBRDiskCreationMode>] [<CommonParameters>]
-
ServerNew-VBRUniversalCDPViDestination -TargetHost <CEsxItem> [-ResourcePool <CViResourcePoolItem>]
[-Folder <CViFolderItem>] [-Datastore <VBRViDatastoreBase>] [-StoragePolicy <VBRViStoragePolicy>]
[-DiskType <VBRDiskCreationMode>] [<CommonParameters>]
Detailed Description
This cmdlet defines the IUniversalCdpDestination object. This object contains the target location settings for universal CDP policies.
The target ESXi host or cluster must have the I/O CDP filter installed. For more information on how to install the filter, see Install-VBRCDPFilterInstalls Veeam I/O filters on VMware clusters..
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Datastore |
Specifies the datastore to which you want to replicate workloads.
Accepts the |
|
False |
Named |
False |
|
DiskType |
Specifies the type of disks for replicas:
|
|
False |
Named |
False |
|
Folder |
Specifies the folder to which you want to replicate workloads.
Accepts the |
|
False |
Named |
False |
|
ResourcePool |
Specifies the resource pool to which you want to replicate workloads.
Accepts the |
|
False |
Named |
False |
|
StoragePolicy |
Specifies the VMware storage policy that must be applied to the replica virtual disks.
Accepts the |
False |
Named |
False |
|
|
TargetCluster |
Specifies a target cluster. The cmdlet will replicate workloads to this cluster.
Accepts the |
|
True |
Named |
False |
|
TargetHost |
Specifies a target ESXi host. The cmdlet will replicate workloads to this ESXi host.
Accepts the |
|
True |
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 VBRUniversalCDPViDestination object that defines the target location settings for universal CDP policies.
Examples
Example 1. Creating Target Location Settings for Universal CDP Policy (Cluster)
|
This example shows how to create target location settings for the universal CDP policy. The target location is a cluster.
Perform the following steps:
|
Example 2. Creating Target Location Settings for Universal CDP Policy (Host)
|
This example shows how to create target location settings for the universal CDP policy. The target location is an ESXi host.
Perform the following steps:
|
Related Commands
Find-VBRViEntityLooks for VMware objects.Get-VBRServerReturns hosts connected to the backup infrastructure.