Add-VBRCloudTenant
Short Description
Creates standalone tenant accounts.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Requires a cloud provider license.
Syntax
|
Add-VBRCloudTenant -Name <String> [-Description <String>] [-EnableLeaseExpiration] [-LeaseExpirationDate <DateTime>] -Password <String> [-Resources <VBRCloudTenantResource[]>] [-HashedPassword] [-EnableThrottling] [-ThrottlingValue <Decimal>] [-ThrottlingUnit <VBRSpeedUnit>] [-MaxConcurrentTask <Int32>] [-ReplicationResources <VBRCloudTenantReplicationResources>] [-EnableBackupProtection] [-BackupProtectionPeriod <Int32>] [-GatewaySelectionType <VBRCloudGatewaySelectionType>] [-GatewayPool <VBRCloudGatewayPool[]>] [-EnableGatewayFailover] [<CommonParameters>] |
Detailed Description
This cmdlet creates new simple cloud tenant accounts.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
BackupProtectionPeriod |
For the Specifies the number of days to keep the tenant's deleted backups on the service provider side.
Can be set to |
|
False |
Named |
False |
|
Description |
Specifies the description of the simple tenant account. |
|
False |
Named |
False |
|
EnableBackupProtection |
Enables protection for the tenant's backups from complete removal. If you provide this parameter, the tenant's deleted backups will be placed to the recycle bin on the service provider's side. The backups will be kept in the bin for the specified protection period. When this period ends, the backups are removed permanently.
To specify the protection period, use the |
|
False |
Named |
False |
|
EnableGatewayFailover |
Enables gateway pool failover option. In case the gateway pool is down, Veeam Backup & Replication will route the data through the gateway that is not added to any gateway pool. |
|
False |
Named |
False |
|
EnableLeaseExpiration |
Enables lease expiration settings for the simple tenant account.
Use the |
|
False |
Named |
False |
|
EnableThrottling |
Enables the network throttling to set the bandwidth limitations.
Use the |
|
False |
Named |
False |
|
GatewayPool |
Specifies the gateway pool. Veeam Backup & Replication will route the data through the specified gateway pool.
Accepts the |
False |
Named |
False |
|
|
GatewaySelectionType |
Specifies the type of gateway, you want to assign to the Cloud Director tenant accounts.
|
|
False |
Named |
False |
|
HashedPassword |
Defines that you submit the hashed password. The hashed passwords are stored in the Veeam backup database. Use this parameter, for example, to restore tenant accounts. |
|
False |
Named |
False |
|
LeaseExpirationDate |
For the Specifies the lease expiration date.
Default:
Accepts the |
|
False |
Named |
False |
|
MaxConcurrentTask |
Specifies the maximum number of tasks the tenant can process in parallel. The number of tasks is the number of VM disks processed by one job targeted at the cloud repository or cloud host. |
|
False |
Named |
False |
|
Name |
Specifies the name that you want to assign to the simple tenant account. The tenant name must meet the following requirements:
|
|
True |
Named |
False |
|
Password |
Specifies the password that you want to set to the simple tenant account. |
|
True |
Named |
False |
|
ReplicationResources |
Allocates replication resources to the tenant.
You must set the
Accepts the |
False |
Named |
False |
|
|
Resources |
Specifies the array of backup resource quotas you want to allocate to the simple tenant account.
You must set the Note: When you assign multiple resource quotas to one tenant account, the resource quotas must have unique Repository Friendly Names and they must use different repositories.
Accepts the |
False |
Named |
False |
|
|
ThrottlingUnit |
For the Specifies the measure units for the bandwidth value. You can select either of the following:
Default: |
|
False |
Named |
False |
|
ThrottlingValue |
For the Specifies the maximum bandwidth value in Mbps for transferring the tenant data to the SP side. |
|
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 Cloud Tenant Account
|
This example shows how to create a simple cloud tenant account. The cmdlet will create the tenant with the following settings:
Perform the following steps:
|
Example 2. Creating Cloud Tenant Account with Backup and Replication Resources
|
This example shows how to create a simple cloud tenant account with backup and replication resources.
Perform the following steps:
|
Related Commands
Get-VBRBackupRepositoryReturns a list of backup repositories.New-VBRCloudTenantResourceCreates the VBRCloudTenantResource objects that contain backup resources.New-VBRCloudTenantReplicationResourcesCreates the VBRCloudTenantReplicationResources objects that contain replication resources.