New-VBRCloudTenantHwPlanOptions
Short Description
Creates the VBRCloudTenantHwPlanOptions objects that contains hardware plan options.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Requires a VCP license.
Syntax
|
New-VBRCloudTenantHwPlanOptions -HardwarePlan <VBRCloudHardwarePlan> [-EnableWanAcceleration] [-WanAccelerator <CWanAccelerator>] [<CommonParameters>] |
Detailed Description
This cmdlet creates a VBRCloudTenantHwPlanOptions object that contains a hardware plan. This object is used in the New-VBRCloudTenantReplicationResources cmdlet to specify the hardware plan options.
You can also enable WAN acceleration and set a target WAN accelerator. Note that the tenant who plan to use the WAN acceleration must configure a source WAN accelerator on their side.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
HardwarePlan |
Specifies the hardware plan from which you want to enable the WAN acceleration. |
Accepts the VBRHvCloudHardwarePlan or VBRViCloudHardwarePlan object. To get this object, run the Get-VBRCloudHardwarePlan cmdlet. |
True |
Named |
True (ByValue, |
|
EnableWanAcceleration |
Enables the option to use WAN accelerators for backup jobs to cloud repositories. Use the WanAccelerator parameter to set the WAN accelerator. |
SwitchParameter |
False |
Named |
False |
|
WanAccelerator |
Specifies the WAN accelerator for the EnableWanAccelerator parameter. |
Accepts the CWanAccelerator object. To get this object, run the Get-VBRWANAccelerator cmdlet. |
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Creating Hardware Plan Options Without WAN Acceleration
|
This example shows how to create a hardware plan options object without WAN acceleration.
Perform the following steps:
|
Example 2. Enabling WAN Acceleration for VMware Hardware Plan
|
This example shows how to enable WAN acceleration for a VMware hardware plan.
Perform the following steps:
|
Example 3. Enabling WAN Acceleration for VMware Hardware Plan
|
This example shows how to enable WAN acceleration for a Hyper-V hardware plan.
Perform the following steps:
|
Related Commands