New-VBRUniversalCDPvCDCloudDestination
Short Description
Defines the target location settings for VDC universal CDP policies.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
New-VBRUniversalCDPvCDCloudDestination -OrganizationvDC <VBRvCDCloudOrganizationvDC> [-vApp <VBRvCDCloudvApp>] [-StoragePolicy <VBRvCDCloudStoragePolicy>] [-Force] [-HighPriority] [<CommonParameters>] |
Detailed Description
This cmdlet defines the VBRUniversalCDPvCDCloudDestination object. This object contains the target location settings for VDC universal CDP policies.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Force |
Defines that the cmdlet will perform a failover without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
HighPriority |
Defines that Veeam Backup & Replication will prioritize this job higher than other similar jobs and will allocate resources to it in the first place. |
|
False |
Named |
False |
|
OrganizationvDC |
Specifies the organization VDC. The cmdlet will replicate workloads to this organization VDC.
Accepts the |
|
True |
Named |
False |
|
StoragePolicy |
Specifies the VMware Cloud Director storage policy for replication.
Accepts the |
|
False |
Named |
False |
|
vApp |
Specifies the target vApp. The cmdlet will replicate workloads to this vApp.
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 VBRUniversalCDPvCDCloudDestination object that defines the target location settings for VDC universal CDP policies.
Examples
Creating Target Location Settings for VDC Universal CDP Policy
This example shows how to create target location settings for the VDC universal CDP policy.
|
$vdc = Get-VBRvCDCloudOrganizationvDC -Name "Organization VDC" $storage_policy = Get-VBRvCDCloudStoragePolicy -Name "Silver Policy" -OrganizationvDC $vdc $destination = New-VBRUniversalCDPvCDCloudDestination -OrganizationvDC $vdc -StoragePolicy $storage_policy |
Perform the following steps:
- Run the
Get-VBRvCDCloudOrganizationvDCReturns organization VDCs. cmdlet. Specify theNameparameter value. Save the result to the$vdcvariable. - Run the
Get-VBRvCDCloudStoragePolicyReturns Cloud Director storage policies. cmdlet. Specify theNameparameter value. Set the$vdcvariable as theOrganizationvDCparameter value. Save the result to the$storage_policyvariable. - Run the
New-VBRUniversalCDPvCDCloudDestinationcmdlet. Specify the following settings:- Set the
$vdcvariable as theOrganizationvDCparameter value. - Set the
$storage_policyvariable as theStoragePolicyparameter value. - Save the result to the
$destinationvariable.
- Set the
Related Commands
Get-VBRvCDCloudOrganizationvDCReturns organization VDCs.Get-VBRvCDCloudStoragePolicyReturns Cloud Director storage policies.