--- title: "VBRViCloudHardwarePlan" description: "Contains VMware hardware plan. Property Type Description GUID Hardware plan ID. string Hardware plan name string Hardware plan description VBRViCloudHardwarePlanDatastore[] Array of the datastores used for storing user data." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrvicloudhardwareplan.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRViCloudHardwarePlan" dateModified: "2026-08-19" --- # VBRViCloudHardwarePlan Contains VMware hardware plan. ## Properties
|
Property |
Type |
Description |
|---|---|---|
|
Id |
GUID |
Hardware plan ID. |
|
Name |
string |
Hardware plan name |
|
Description |
string |
Hardware plan description |
|
Datastore |
Array of the datastores used for storing user data. |
|
|
CPU |
int |
Quota of CPU resources assigned to the hardware plan (MHz). |
|
Memory |
int |
Quota of memory resources assigned to the hardware plan (Mb). |
|
NumberOfNetWithInternet |
int |
Number of networks with access to the Internet assigned to the hardware plan. |
|
NumberOfNetWithoutInternet |
int |
Number of networks without access to the Internet assigned to the hardware plan. |
|
SubscribedTenantId |
GUID[] |
IDs of tenants subscribed to the hardware plan. |
|
Host |
CHost, CViClusterItem |
VMware host or cluster whose resources of are exposed to the user by the hardware plan. |
|
Platform |
Virtualization platform: VMware. |