Set-VBRCloudTenant
Short Description
Modifies settings for standalone tenant accounts.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Requires a cloud provider license.
Syntax
|
Set-VBRCloudTenant -CloudTenant <VBRCloudTenant> [-Name <String>] [-Description <String>] [-EnableLeaseExpiration] [-LeaseExpirationDate <DateTime>] [-Password <String>] [-Resources <VBRCloudTenantResource[]>] [-HashedPassword] [-EnableResources] [-EnableReplicationResorces] [-Force] [-ReplicationResources <VBRCloudTenantReplicationResources>] [-EnableThrottling] [-ThrottlingValue <Decimal>] [-ThrottlingUnit <VBRSpeedUnit>] [-MaxConcurrentTask <Int32>] [-PassThru] [-EnableBackupProtection] [-BackupProtectionPeriod <Int32>] [-GatewaySelectionType <VBRCloudGatewaySelectionType>] [-GatewayPool <VBRCloudGatewayPool[]>] [-EnableGatewayFailover] [<CommonParameters>] |
Detailed Description
This cmdlet modifies settings for simple cloud tenant accounts.
Note |
|
To modify settings, specify new values for the necessary parameters. The cmdlet will overwrite the previous parameter values with new values. The parameters that you omit will remain unchanged. |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
BackupProtectionPeriod |
Used to set the time period for the
Can be set to |
|
False |
Named |
False |
|
CloudTenant |
Specifies the simple cloud tenant account that you want to modify.
Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
Description |
Specifies the description of the simple cloud tenant account. |
|
False |
Named |
False |
|
EnableBackupProtection |
Enables protection for tenant's backups from complete removal.
With this option, 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 time period specified by 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 |
|
EnableReplicationResorces |
Enables the replication resources option for the simple cloud tenant account.
Note: If you set this parameter to the |
|
False |
Named |
False |
|
EnableResources |
Enables the backup resources option for the Cloud Director tenant account. |
|
False |
Named |
False |
|
EnableThrottling |
Enables the network throttling to set the bandwidth limitations.
Use the |
|
False |
Named |
False |
|
Force |
For the Defines whether to remove replication resources from the cloud connect infrastructure. If you provide this parameter, the cmdlet will remove all replication resources from the cloud connect infrastructure. Otherwise, the cmdlet will disable tenant access to replication resources. |
|
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 tenant.
|
|
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 or to edit objects returned by the |
|
False |
Named |
False |
|
LeaseExpirationDate |
For Specifies the lease expiration date.
Default: |
|
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 you want to assign to the tenant account. The tenant name must meet the following requirements:
Note: this parameter does not work for Cloud Director tenant accounts. |
|
False |
Named |
False |
|
PassThru |
Defines that the command returns the output object to the Windows PowerShell console. |
|
False |
Named |
False |
|
Password |
Specifies the password you want to set to the tenant account. |
|
False |
Named |
False |
|
ReplicationResources |
Specifies the replication resources settings for the created tenant account.
You must set the
Accepts the |
False |
Named |
False |
|
|
Resources |
Specifies the array of backup resource quotas you want to allocate to the simple cloud tenant account. Note: When you assign multiple backup 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:
|
|
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. Adding Replication Resources to Tenant
|
This example shows how to add the replication resources to a tenant.
Perform the following steps:
|
Example 2. Setting New Password to Tenant
|
This example shows how to set a new password to a tenant.
Perform the following steps:
|
Example 3. Disabling Lease Expiration Setting for Tenant
|
This example shows how to disable lease expiration settings for the ABC company.
Perform the following steps:
|
Example 4. Changing Backup Repository Quota for Tenant
|
This example shows how to change the backup repository quota for a tenant.
Perform the following steps:
|
Related Commands
Get-VBRCloudTenantReturns cloud tenant accounts.New-VBRCloudTenantResourceCreates the VBRCloudTenantResource objects that contain backup resources.New-VBRCloudTenantReplicationResourcesCreates the VBRCloudTenantReplicationResources objects that contain replication resources.