--- title: "VBRCloudDatastoreQuota" description: "Contains information about space used by a tenant. Extends VBRCloudTenantHwPlanOptions. Property Type Description GUID ID of the datastore under a hardware plan. string Datastore name. int Tenant quota (Gb). int64 Used space (Gb). int CPU quota." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrclouddatastorequota.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRCloudDatastoreQuota" dateModified: "2026-08-20" --- # VBRCloudDatastoreQuota Contains information about space used by a tenant. Extends [`VBRCloudTenantHwPlanOptions`](vbrcloudtenanthwplanoptions.md). ## Properties
|
Property |
Type |
Description |
|---|---|---|
|
DatastoreId |
GUID |
ID of the datastore under a hardware plan. |
|
FriendlyName |
string |
Datastore name. |
|
Quota |
int |
Tenant quota (Gb). |
|
UsedSpace |
int64 |
Used space (Gb). |
|
CPUQuota |
int |
CPU quota. |
|
MemoryQuota |
int |
Memory quota. |