New-VBRCloudTenantResource
Short Description
Creates the VBRCloudTenantResource objects that contain backup resources.
Applies to
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 |
---|---|---|---|---|---|
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 CBackupRepository object. To get this object, run the Get-VBRBackupRepository cmdlet. | 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. | String | True | Named | False |
Quota | Specifies the amount of space you want to allocate to the tenant on the selected backup repository. Permitted value: 1 to 2097151 (GB). | Int64 | True | Named | False |
EnableWanAccelerator | 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 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