New-VBRCloudTenantResource
Short Description
Creates the VBRCloudTenantResource objects that contain backup resources.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Requires a cloud provider license.
Syntax
|
New-VBRCloudTenantResource -Repository <CBackupRepository> -RepositoryFriendlyName <String> -Quota <Int64> [-EnableWanAccelerator] [-WanAccelerator <CWanAccelerator>] [<CommonParameters>] |
Detailed Description
This cmdlet creates a new VBRCloudTenantResource object. This object contains the backup resources settings and is used further to apply these settings to a cloud tenant account.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
EnableWanAccelerator |
Enables the option to use WAN accelerators for backup jobs to cloud repositories.
Use the |
|
False |
Named |
False |
|
Quota |
Specifies the amount of space you want to allocate to the tenant on the selected backup repository.
Permitted value: |
|
True |
Named |
False |
|
Repository |
Specifies the backup repository in your backup infrastructure you want to expose to the tenant. You can specify simple or scale-out backup repositories. You cannot specify cloud repositories or individual scale-out repositories extents.
Accepts the |
|
True |
Named |
False |
|
RepositoryFriendlyName |
Specifies a name for the cloud repository you want to present to the tenant. The name you enter will be displayed in the list of backup repositories at the tenant's side. |
|
True |
Named |
False |
|
WanAccelerator |
Specifies the WAN accelerator for the
Accepts the |
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 Object with Tenant Quota
|
This example shows how to create an object containing backup resources with the following settings:
Perform the following steps:
|
Example 2. Creating Object with Tenant Quota and WAN Acceleration
|
This example shows how to create an object containing backup resources with the following settings:
Perform the following steps:
|
Related Commands
Get-VBRBackupRepositoryReturns a list of backup repositories.Get-VBRWANAcceleratorReturns WAN accelerators.