Add-VBRvCDCloudSubTenant
Short Description
Creates Cloud Director subtenant accounts.
Applies to
Platform: VMware
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Add-VBRvCDCloudSubTenant -vCDTenant <VBRvCDCloudTenant> -vCDOrganizationUser <VBRvCloudOrganizationUser> -Resources <VBRCloudSubTenantResource[]> [-Description <String>] [-Disabled] [<CommonParameters>] |
Detailed Description
This cmdlet creates new Cloud Director subtenant accounts.
|
|
|
Before creating a Cloud Director subtenant account, you must perform the following:
|
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
vCDTenant |
Specifies the Cloud Director tenant account. Veeam Backup & Replication will check for the existing users on this tenant, to add them as the subtenant into the backup infrastructure. |
Accepts the VBRvCDCloudTenant object. To get this object, run the Get-VBRCloudTenant cmdlet. |
True |
Named |
True, (ByValue, ByPropertyName) |
|
vCDOrganizationUser |
Specifies the Cloud Director user account that you want to add to the subtenant. |
Accepts the VBRvCloudOrganizationUser object. To get this object, run the Find-VBRvCloudEntity cmdlet. |
True |
Named |
True, (ByValue, ByPropertyName) |
|
Resources |
Specifies the quota of backup resources that you want to allocate to the Cloud Director subtenant accounts. |
Accepts the VBRCloudTenantResource object. To get this object, run the New-VBRCloudSubTenantResource cmdlet. |
True |
Named |
False |
|
Description |
Specifies the description of the Cloud Director subtenant accounts. |
String |
False |
Named |
False |
|
Disabled |
Defines that the subtenant is disabled. |
SwitchParameter |
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRvCDCloudSubTenant
Examples
Example 1. Adding Cloud Director Subtenant Account
|
This example shows how to add a Cloud Director subtenant account to your Veeam Backup & Replication infrastructure. The subtenant quota is set to 50 GB.
Perform the following steps:
|
Example 2. Adding Cloud Director Subtenant Account with Unlimited Quota
|
This example shows how to add a Cloud Director subtenant account to your Veeam Backup & Replication infrastructure. The subtenant quota is unlimited.
Perform the following steps:
|
Related Commands