The resources in the /HardwarePlans collection have a number of properties that reflect hardware plan settings in Veeam Cloud Connect. Properties can be used as query parameter values in GET requests.
Property | Type | Description |
---|---|---|
id | string | System ID assigned to a hardware plan in Veeam Availability Console RESTful API. |
cpuQuota | integer | Host CPU resources provided for a hardware plan. |
cpuQuotaUnits | string | Measurement units for host CPU resources. |
memoryQuota | integer | Host RAM resources provided for a hardware plan. |
memoryQuotaUnits | string | Measurement units for host RAM resources. |
storageQuota | integer | Amount of storage space provided for a hardware plan. |
storageQuotaUnits | string | Measurement units for storage space provided for a hardware plan. |
networkQuota | integer | Total number of networks available for tenant. |
name | string | Name of a hardware plan configured in Veeam Cloud Connect. |
_links | Dictionary of string [key] and Object [value] | Links to related resources (navigation property). |