--- title: "VBRCloudTenantResource" description: "Contains cloud user backup resources. Property Type Description CBackupRepository Backup repository whose space resources are allocated to the user. string Name of the cloud repository presented to the user. int User account quota (MB)." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrcloudtenantresource.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRCloudTenantResource" dateModified: "2026-08-19" --- # VBRCloudTenantResource Contains cloud user backup resources. ## Properties
|
Property |
Type |
Description |
|---|---|---|
|
Repository |
CBackupRepository |
Backup repository whose space resources are allocated to the user. |
|
RepositoryFriendlyName |
string |
Name of the cloud repository presented to the user. |
|
RepositoryQuota |
int |
User account quota (MB). |
|
RepositoryQuotaPath |
string |
Backup repository path. |
|
UsedSpace |
int |
Space used by the tenant (MB). |
|
PerformanceTierUsedSpace |
int |
Space used by capacity tier. |
|
CapacityTierUsedSpace |
int |
Space used by performance tier. |
|
ArchiveTierUsedSpace |
int |
Space used by archive tier. |
|
UsedSpacePercentage |
int |
Space used by the tenant (percents). |
|
WanAccelerationEnabled |
bool |
Indicates if the WAN accelerator is enabled (TRUE) or not (FALSE). |
|
WanAccelerator |
WAN accelerator used by the tenant. |